#CF6BDC

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

Shades of Orchid #CF6BDC

Tints of Orchid #CF6BDC

Color information

#CF6BDC (or 0xCF6BDC) is unknown color: approx Orchid. HEX triplet: CF, 6B and DC. RGB value is (207,107,220). Sum of RGB (Red+Green+Blue) = 207+107+220=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BDC is #309423. Grayscale: #959595. Windows color (decimal): -3183652 or 14445519. OLE color: 14445519.

HSL color Cylindrical-coordinate representation of color #CF6BDC: hue angle of 293.1º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6BDC is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207107220-
CMYK0.060.5100.14
HSL293.1º61.75%64.12%-
HSV(B)293.1º51.36%86.27%-
XYZ43.9128.9570.98-
YUV149.78167.63168.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.76%
GREEN value IS 107 (42.19% from 255) = 20.04%
BLUE value IS 220 (86.33% from 255) = 41.20%
R=38.76%
G=20.04%
B=41.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071072200.060.5100.14293.161.7564.12
HexCF6BDC6330E1253e40
Octal31715333466301644576100
Binary11001111110101111011100110110011011101001001011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6BDC; }

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

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

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

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

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

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

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

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