#CF6DCD

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

Shades of Orchid #CF6DCD

Tints of Orchid #CF6DCD

Color information

#CF6DCD (or 0xCF6DCD) is unknown color: approx Orchid. HEX triplet: CF, 6D and CD. RGB value is (207,109,205). Sum of RGB (Red+Green+Blue) = 207+109+205=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DCD is #309232. Grayscale: #949494. Windows color (decimal): -3183155 or 13462991. OLE color: 13462991.

HSL color Cylindrical-coordinate representation of color #CF6DCD: hue angle of 301.22º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6DCD is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207109205-
CMYK00.470.010.19
HSL301.22º50.52%61.96%-
HSV(B)301.22º47.34%81.18%-
XYZ42.2228.6161.05-
YUV149.25159.47169.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.73%
GREEN value IS 109 (42.97% from 255) = 20.92%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=39.73%
G=20.92%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710920500.470.010.19301.2250.5261.96
HexCF6DCD02F11312d333e
Octal3171553150571234556376
Binary110011111101101110011010101111110011100101101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6DCD; }

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

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

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

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

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

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

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

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