#CF80BE

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

Shades of Orchid #CF80BE

Tints of Orchid #CF80BE

Color information

#CF80BE (or 0xCF80BE) is unknown color: approx Orchid. HEX triplet: CF, 80 and BE. RGB value is (207,128,190). Sum of RGB (Red+Green+Blue) = 207+128+190=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CF80BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80BE is #307F41. Grayscale: #9E9E9E. Windows color (decimal): -3178306 or 12484815. OLE color: 12484815.

HSL color Cylindrical-coordinate representation of color #CF80BE: hue angle of 312.91º 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 #CF80BE is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207128190-
CMYK00.380.080.19
HSL312.91º45.14%65.69%-
HSV(B)312.91º38.16%81.18%-
XYZ42.7532.4252.72-
YUV158.69145.67162.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=39.43%
G=24.38%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712819000.380.080.19312.9145.1465.69
HexCF80BE0268131392d42
Octal317200276046102347155102
Binary11001111100000001011111001001101000100111001110011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF80BE; }

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

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

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

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

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

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

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

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