#CF6CBB

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

Shades of Orchid #CF6CBB

Tints of Orchid #CF6CBB

Color information

#CF6CBB (or 0xCF6CBB) is unknown color: approx Orchid. HEX triplet: CF, 6C and BB. RGB value is (207,108,187). Sum of RGB (Red+Green+Blue) = 207+108+187=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CBB is #309344. Grayscale: #929292. Windows color (decimal): -3183429 or 12283087. OLE color: 12283087.

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

Color convert

RGB207108187-
CMYK00.480.100.19
HSL312.12º50.77%61.76%-
HSV(B)312.12º47.83%81.18%-
XYZ40.0627.5850.23-
YUV146.61150.8171.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.24%
GREEN value IS 108 (42.58% from 255) = 21.51%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=41.24%
G=21.51%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710818700.480.100.19312.1250.7761.76
HexCF6CBB030A13138333e
Octal31715427306012234706376
Binary110011111101100101110110110000101010011100111000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6CBB; }

 p { color: rgb(207,108,187); }

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

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

 a { background-color: rgb(207,108,187); }

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

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

 span { border-color: rgb(207,108,187); }

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