#CF80DA

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

Shades of Orchid #CF80DA

Tints of Orchid #CF80DA

Color information

#CF80DA (or 0xCF80DA) is unknown color: approx Orchid. HEX triplet: CF, 80 and DA. RGB value is (207,128,218). Sum of RGB (Red+Green+Blue) = 207+128+218=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF80DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80DA is #307F25. Grayscale: #A1A1A1. Windows color (decimal): -3178278 or 14319823. OLE color: 14319823.

HSL color Cylindrical-coordinate representation of color #CF80DA: hue angle of 292.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF80DA is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207128218-
CMYK0.050.4100.15
HSL292.67º54.88%67.84%-
HSV(B)292.67º41.28%85.49%-
XYZ46.1133.7770.42-
YUV161.88159.67160.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 128 (50.39% from 255) = 23.15%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=37.43%
G=23.15%
B=39.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071282180.050.4100.15292.6754.8867.84
HexCF80DA5290F1253744
Octal31720033255101744567104
Binary110011111000000011011010101101001011111001001011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF80DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF80DA; }

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

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

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

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

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

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

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

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