#CF80D0

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

Shades of Orchid #CF80D0

Tints of Orchid #CF80D0

Color information

#CF80D0 (or 0xCF80D0) is unknown color: approx Orchid. HEX triplet: CF, 80 and D0. RGB value is (207,128,208). Sum of RGB (Red+Green+Blue) = 207+128+208=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF80D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80D0 is #307F2F. Grayscale: #A0A0A0. Windows color (decimal): -3178288 or 13664463. OLE color: 13664463.

HSL color Cylindrical-coordinate representation of color #CF80D0: hue angle of 299.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF80D0 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207128208-
CMYK0.000.3800.18
HSL299.25º45.98%65.88%-
HSV(B)299.25º38.46%81.57%-
XYZ44.8433.2663.73-
YUV160.74154.67161-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.12%
GREEN value IS 128 (50.39% from 255) = 23.57%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=38.12%
G=23.57%
B=38.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071282080.000.3800.18299.2545.9865.88
HexCF80D002601212b2e42
Octal31720032004602245356102
Binary11001111100000001101000001001100100101001010111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF80D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF80D0; }

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

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

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

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

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

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

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

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