#CE72B7

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

Shades of Orchid #CE72B7

Tints of Orchid #CE72B7

Color information

#CE72B7 (or 0xCE72B7) is unknown color: approx Orchid. HEX triplet: CE, 72 and B7. RGB value is (206,114,183). Sum of RGB (Red+Green+Blue) = 206+114+183=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE72B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72B7 is #318D48. Grayscale: #959595. Windows color (decimal): -3247433 or 12022478. OLE color: 12022478.

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

Color convert

RGB206114183-
CMYK00.450.110.19
HSL315º48.42%62.75%-
HSV(B)315º44.66%80.78%-
XYZ40.0228.5848.21-
YUV149.37146.98168.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 114 (44.92% from 255) = 22.66%
BLUE value IS 183 (71.88% from 255) = 36.38%
R=40.95%
G=22.66%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611418300.450.110.1931548.4262.75
HexCE72B702DB1313b303f
Octal31616226705513234736077
Binary110011101110010101101110101101101110011100111011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE72B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE72B7; }

 p { color: rgb(206,114,183); }

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

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

 a { background-color: rgb(206,114,183); }

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

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

 span { border-color: rgb(206,114,183); }

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