#CD7DCF

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

Shades of Orchid #CD7DCF

Tints of Orchid #CD7DCF

Color information

#CD7DCF (or 0xCD7DCF) is unknown color: approx Orchid. HEX triplet: CD, 7D and CF. RGB value is (205,125,207). Sum of RGB (Red+Green+Blue) = 205+125+207=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD7DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DCF is #328230. Grayscale: #9E9E9E. Windows color (decimal): -3310129 or 13598157. OLE color: 13598157.

HSL color Cylindrical-coordinate representation of color #CD7DCF: hue angle of 298.54º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7DCF is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205125207-
CMYK0.010.4000.19
HSL298.54º46.07%65.1%-
HSV(B)298.54º39.61%81.18%-
XYZ43.7732.1562.93-
YUV158.27155.5161.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 125 (49.22% from 255) = 23.28%
BLUE value IS 207 (81.25% from 255) = 38.55%
R=38.18%
G=23.28%
B=38.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051252070.010.4000.19298.5446.0765.1
HexCD7DCF12801312b2e41
Octal31517531715002345356101
Binary1100110111111011100111111010000100111001010111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DCF; }

 p { color: rgb(205,125,207); }

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

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

 a { background-color: rgb(205,125,207); }

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

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

 span { border-color: rgb(205,125,207); }

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