#CF6FDC

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

Shades of Orchid #CF6FDC

Tints of Orchid #CF6FDC

Color information

#CF6FDC (or 0xCF6FDC) is unknown color: approx Orchid. HEX triplet: CF, 6F and DC. RGB value is (207,111,220). Sum of RGB (Red+Green+Blue) = 207+111+220=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF6FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FDC is #309023. Grayscale: #979797. Windows color (decimal): -3182628 or 14446543. OLE color: 14446543.

HSL color Cylindrical-coordinate representation of color #CF6FDC: hue angle of 292.84º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6FDC is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207111220-
CMYK0.060.5000.14
HSL292.84º60.89%64.9%-
HSV(B)292.84º49.55%86.27%-
XYZ44.3329.871.13-
YUV152.13166.3167.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 111 (43.75% from 255) = 20.63%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=38.48%
G=20.63%
B=40.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071112200.060.5000.14292.8460.8964.9
HexCF6FDC6320E1253d41
Octal31715733466201644575101
Binary11001111110111111011100110110010011101001001011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6FDC; }

 p { color: rgb(207,111,220); }

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

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

 a { background-color: rgb(207,111,220); }

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

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

 span { border-color: rgb(207,111,220); }

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