#CF80DB

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

Shades of Orchid #CF80DB

Tints of Orchid #CF80DB

Color information

#CF80DB (or 0xCF80DB) is unknown color: approx Orchid. HEX triplet: CF, 80 and DB. RGB value is (207,128,219). Sum of RGB (Red+Green+Blue) = 207+128+219=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80DB is #307F24. Grayscale: #A1A1A1. Windows color (decimal): -3178277 or 14385359. OLE color: 14385359.

HSL color Cylindrical-coordinate representation of color #CF80DB: hue angle of 292.09º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF80DB is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207128219-
CMYK0.050.4200.14
HSL292.09º55.83%68.04%-
HSV(B)292.09º41.55%85.88%-
XYZ46.2433.8271.11-
YUV162160.17160.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 128 (50.39% from 255) = 23.10%
BLUE value IS 219 (85.94% from 255) = 39.53%
R=37.36%
G=23.10%
B=39.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071282190.050.4200.14292.0955.8368.04
HexCF80DB52A0E1243844
Octal31720033355201644470104
Binary110011111000000011011011101101010011101001001001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF80DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF80DB; }

 p { color: rgb(207,128,219); }

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

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

 a { background-color: rgb(207,128,219); }

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

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

 span { border-color: rgb(207,128,219); }

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