#CF6FD9

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

Shades of Orchid #CF6FD9

Tints of Orchid #CF6FD9

Color information

#CF6FD9 (or 0xCF6FD9) is unknown color: approx Orchid. HEX triplet: CF, 6F and D9. RGB value is (207,111,217). Sum of RGB (Red+Green+Blue) = 207+111+217=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF6FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FD9 is #309026. Grayscale: #979797. Windows color (decimal): -3182631 or 14249935. OLE color: 14249935.

HSL color Cylindrical-coordinate representation of color #CF6FD9: hue angle of 294.34º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6FD9 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207111217-
CMYK0.050.4900.15
HSL294.34º58.24%64.31%-
HSV(B)294.34º48.85%85.1%-
XYZ43.9429.6469.05-
YUV151.79164.8167.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 111 (43.75% from 255) = 20.75%
BLUE value IS 217 (85.16% from 255) = 40.56%
R=38.69%
G=20.75%
B=40.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071112170.050.4900.15294.3458.2464.31
HexCF6FD95310F1263a40
Octal31715733156101744672100
Binary11001111110111111011001101110001011111001001101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6FD9; }

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

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

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

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

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

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

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

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