#CF77E4

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

Shades of Orchid #CF77E4

Tints of Orchid #CF77E4

Color information

#CF77E4 (or 0xCF77E4) is unknown color: approx Orchid. HEX triplet: CF, 77 and E4. RGB value is (207,119,228). Sum of RGB (Red+Green+Blue) = 207+119+228=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF77E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77E4 is #30881B. Grayscale: #9D9D9D. Windows color (decimal): -3180572 or 14972879. OLE color: 14972879.

HSL color Cylindrical-coordinate representation of color #CF77E4: hue angle of 288.44º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF77E4 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207119228-
CMYK0.090.4800.11
HSL288.44º66.87%68.04%-
HSV(B)288.44º47.81%89.41%-
XYZ46.3332.0677.15-
YUV157.74167.65163.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 119 (46.88% from 255) = 21.48%
BLUE value IS 228 (89.45% from 255) = 41.16%
R=37.36%
G=21.48%
B=41.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071192280.090.4800.11288.4466.8768.04
HexCF77E49300B1204344
Octal3171673441160013440103104
Binary1100111111101111110010010011100000101110010000010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF77E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF77E4; }

 p { color: rgb(207,119,228); }

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

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

 a { background-color: rgb(207,119,228); }

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

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

 span { border-color: rgb(207,119,228); }

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