#CF6ABF

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

Shades of Orchid #CF6ABF

Tints of Orchid #CF6ABF

Color information

#CF6ABF (or 0xCF6ABF) is unknown color: approx Orchid. HEX triplet: CF, 6A and BF. RGB value is (207,106,191). Sum of RGB (Red+Green+Blue) = 207+106+191=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ABF is #309540. Grayscale: #919191. Windows color (decimal): -3183937 or 12544719. OLE color: 12544719.

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

Color convert

RGB207106191-
CMYK00.490.080.19
HSL309.5º51.27%61.37%-
HSV(B)309.5º48.79%81.18%-
XYZ40.2927.3452.44-
YUV145.89153.46171.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 106 (41.80% from 255) = 21.03%
BLUE value IS 191 (75% from 255) = 37.90%
R=41.07%
G=21.03%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710619100.490.080.19309.551.2761.37
HexCF6ABF031813136333d
Octal31715227706110234666375
Binary110011111101010101111110110001100010011100110110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6ABF; }

 p { color: rgb(207,106,191); }

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

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

 a { background-color: rgb(207,106,191); }

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

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

 span { border-color: rgb(207,106,191); }

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