#CF7DCD

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

Shades of Orchid #CF7DCD

Tints of Orchid #CF7DCD

Color information

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

HSL color Cylindrical-coordinate representation of color #CF7DCD: hue angle of 301.46º 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 #CF7DCD is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207125205-
CMYK00.400.010.19
HSL301.46º46.07%65.1%-
HSV(B)301.46º39.61%81.18%-
XYZ44.0932.3461.68-
YUV158.64154.17162.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712520500.400.010.19301.4646.0765.1
HexCF7DCD02811312d2e41
Octal31717531505012345556101
Binary1100111111111011100110101010001100111001011011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7DCD; }

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

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

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

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

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

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

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

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