#cd75df

Color #CD75DF Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CD75DF

Tints of Orchid #CD75DF

Color information

#CD75DF (or 0xCD75DF) is unknown color: approx Orchid. HEX triplet: CD, 75 and DF. RGB value is (205,117,223). Sum of RGB (Red+Green+Blue) = 205+117+223=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD75DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD75DF is #328A20. Grayscale: #9B9B9B. Windows color (decimal): -3312161 or 14644685. OLE color: 14644685.

HSL color Cylindrical-coordinate representation of color #CD75DF: hue angle of 289.81º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD75DF is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205117223-
CMYK0.080.4800.13
HSL289.81º62.35%66.67%-
HSV(B)289.81º47.53%87.45%-
XYZ44.8631.0373.44-
YUV155.4166.15163.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 117 (46.09% from 255) = 21.47%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=37.61%
G=21.47%
B=40.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051172230.080.4800.13289.8162.3566.67
HexCD75DF8300D1223e43
Octal315165337106001544276103
Binary110011011110101110111111000110000011011001000101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd75df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd75df; }

 p { color: rgb(205,117,223); }

 H1.HeaderClassName
 {
   color: #cd75df;
 }
 .AnyTagClassName
 {
   color: #cd75df;
 }
</style>
background-color css

<style>
 a { background-color: #cd75df; }

 a { background-color: rgb(205,117,223); }

 div.DivClassName
 {
   background-color: #cd75df;
 }
 .BgClassName
 {
   background-color: #cd75df;
 }
</style>
border-color css

<style>
 span { border-color: #cd75df; }

 span { border-color: rgb(205,117,223); }

 td.TdClassName
 {
   border-color: #cd75df;
 }
 .TagClassName
 {
   border-color: #cd75df;
 }
</style>