#CE72D5

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

Shades of Orchid #CE72D5

Tints of Orchid #CE72D5

Color information

#CE72D5 (or 0xCE72D5) is unknown color: approx Orchid. HEX triplet: CE, 72 and D5. RGB value is (206,114,213). Sum of RGB (Red+Green+Blue) = 206+114+213=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE72D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72D5 is #318D2A. Grayscale: #989898. Windows color (decimal): -3247403 or 13988558. OLE color: 13988558.

HSL color Cylindrical-coordinate representation of color #CE72D5: hue angle of 295.76º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE72D5 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206114213-
CMYK0.030.4600.16
HSL295.76º54.1%64.12%-
HSV(B)295.76º46.48%83.53%-
XYZ43.4829.9666.44-
YUV152.79161.98165.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 114 (44.92% from 255) = 21.39%
BLUE value IS 213 (83.59% from 255) = 39.96%
R=38.65%
G=21.39%
B=39.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061142130.030.4600.16295.7654.164.12
HexCE72D532E0101283640
Octal31616232535602045066100
Binary11001110111001011010101111011100100001001010001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE72D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE72D5; }

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

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

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

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

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

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

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

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