#CE72D1

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

Shades of Orchid #CE72D1

Tints of Orchid #CE72D1

Color information

#CE72D1 (or 0xCE72D1) is unknown color: approx Orchid. HEX triplet: CE, 72 and D1. RGB value is (206,114,209). Sum of RGB (Red+Green+Blue) = 206+114+209=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE72D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72D1 is #318D2E. Grayscale: #989898. Windows color (decimal): -3247407 or 13726414. OLE color: 13726414.

HSL color Cylindrical-coordinate representation of color #CE72D1: hue angle of 298.11º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE72D1 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206114209-
CMYK0.010.4500.18
HSL298.11º50.8%63.33%-
HSV(B)298.11º45.45%81.96%-
XYZ42.9829.7663.8-
YUV152.34159.98166.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 114 (44.92% from 255) = 21.55%
BLUE value IS 209 (82.03% from 255) = 39.51%
R=38.94%
G=21.55%
B=39.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061142090.010.4500.18298.1150.863.33
HexCE72D112D01212a333f
Octal3161623211550224526377
Binary110011101110010110100011101101010010100101010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE72D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE72D1; }

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

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

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

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

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

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

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

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