#CF80D6

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

Shades of Orchid #CF80D6

Tints of Orchid #CF80D6

Color information

#CF80D6 (or 0xCF80D6) is unknown color: approx Orchid. HEX triplet: CF, 80 and D6. RGB value is (207,128,214). Sum of RGB (Red+Green+Blue) = 207+128+214=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF80D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80D6 is #307F29. Grayscale: #A1A1A1. Windows color (decimal): -3178282 or 14057679. OLE color: 14057679.

HSL color Cylindrical-coordinate representation of color #CF80D6: hue angle of 295.12º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF80D6 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207128214-
CMYK0.030.4000.16
HSL295.12º51.19%67.06%-
HSV(B)295.12º40.19%83.92%-
XYZ45.5933.5667.69-
YUV161.43157.67160.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 128 (50.39% from 255) = 23.32%
BLUE value IS 214 (83.98% from 255) = 38.98%
R=37.70%
G=23.32%
B=38.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071282140.030.4000.16295.1251.1967.06
HexCF80D63280101273343
Octal31720032635002044763103
Binary110011111000000011010110111010000100001001001111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF80D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF80D6; }

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

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

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

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

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

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

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

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