#CF80C7

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

Shades of Orchid #CF80C7

Tints of Orchid #CF80C7

Color information

#CF80C7 (or 0xCF80C7) is unknown color: approx Orchid. HEX triplet: CF, 80 and C7. RGB value is (207,128,199). Sum of RGB (Red+Green+Blue) = 207+128+199=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CF80C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80C7 is #307F38. Grayscale: #9F9F9F. Windows color (decimal): -3178297 or 13074639. OLE color: 13074639.

HSL color Cylindrical-coordinate representation of color #CF80C7: hue angle of 306.08º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF80C7 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB207128199-
CMYK00.380.040.19
HSL306.08º45.14%65.69%-
HSV(B)306.08º38.16%81.18%-
XYZ43.7632.8358.06-
YUV159.72150.17161.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.76%
GREEN value IS 128 (50.39% from 255) = 23.97%
BLUE value IS 199 (78.12% from 255) = 37.27%
R=38.76%
G=23.97%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712819900.380.040.19306.0845.1465.69
HexCF80C70264131322d42
Octal31720030704642346255102
Binary1100111110000000110001110100110100100111001100101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF80C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF80C7; }

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

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

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

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

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

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

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

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