#CE72C7

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

Shades of Orchid #CE72C7

Tints of Orchid #CE72C7

Color information

#CE72C7 (or 0xCE72C7) is unknown color: approx Orchid. HEX triplet: CE, 72 and C7. RGB value is (206,114,199). Sum of RGB (Red+Green+Blue) = 206+114+199=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE72C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72C7 is #318D38. Grayscale: #969696. Windows color (decimal): -3247417 or 13071054. OLE color: 13071054.

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

Color convert

RGB206114199-
CMYK00.450.030.19
HSL304.57º48.42%62.75%-
HSV(B)304.57º44.66%80.78%-
XYZ41.7829.2857.48-
YUV151.2154.98167.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 114 (44.92% from 255) = 21.97%
BLUE value IS 199 (78.12% from 255) = 38.34%
R=39.69%
G=21.97%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611419900.450.030.19304.5748.4262.75
HexCE72C702D313131303f
Octal3161623070553234616077
Binary1100111011100101100011101011011110011100110001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE72C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE72C7; }

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

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

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

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

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

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

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

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