#CE72BA

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

Shades of Orchid #CE72BA

Tints of Orchid #CE72BA

Color information

#CE72BA (or 0xCE72BA) is unknown color: approx Orchid. HEX triplet: CE, 72 and BA. RGB value is (206,114,186). Sum of RGB (Red+Green+Blue) = 206+114+186=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72BA is #318D45. Grayscale: #959595. Windows color (decimal): -3247430 or 12219086. OLE color: 12219086.

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

Color convert

RGB206114186-
CMYK00.450.100.19
HSL313.04º48.42%62.75%-
HSV(B)313.04º44.66%80.78%-
XYZ40.3328.749.87-
YUV149.72148.48168.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.71%
GREEN value IS 114 (44.92% from 255) = 22.53%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=40.71%
G=22.53%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611418600.450.100.19313.0448.4262.75
HexCE72BA02DA13139303f
Octal31616227205512234716077
Binary110011101110010101110100101101101010011100111001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE72BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE72BA; }

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

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

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

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

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

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

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

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