#CE72D7

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

Shades of Orchid #CE72D7

Tints of Orchid #CE72D7

Color information

#CE72D7 (or 0xCE72D7) is unknown color: approx Orchid. HEX triplet: CE, 72 and D7. RGB value is (206,114,215). Sum of RGB (Red+Green+Blue) = 206+114+215=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE72D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72D7 is #318D28. Grayscale: #989898. Windows color (decimal): -3247401 or 14119630. OLE color: 14119630.

HSL color Cylindrical-coordinate representation of color #CE72D7: hue angle of 294.65º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE72D7 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206114215-
CMYK0.040.4700.16
HSL294.65º55.8%64.51%-
HSV(B)294.65º46.98%84.31%-
XYZ43.7430.0667.79-
YUV153.02162.98165.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 114 (44.92% from 255) = 21.31%
BLUE value IS 215 (84.38% from 255) = 40.19%
R=38.50%
G=21.31%
B=40.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061142150.040.4700.16294.6555.864.51
HexCE72D742F0101273841
Octal31616232745702044770101
Binary110011101110010110101111001011110100001001001111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE72D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE72D7; }

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

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

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

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

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

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

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

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