Html Css Color HEX #CE72C0 Orchid

📋 copy color: '#CE72C0'

red 206 ◦ green 114 ◦ blue 192

#CE72C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CE72C0

Tints of Orchid #CE72C0

RGB

 RED value IS 206 (80.86% from 255) = 40.23%

 GREEN value IS 114 (44.92% from 255) = 22.27%

 BLUE value IS 192 (75.39% from 255) = 37.5%

R = 40.23%
G = 22.27%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE72C0 (or 0xCE72C0) is known color: Orchid. HEX triplet: CE, 72 and C0. RGB value is (206,114,192). Sum of RGB (Red+Green+Blue) = 206+114+192=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE72C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72C0 is #318D3F. Grayscale: #969696. Windows color (decimal): -3247424 or 12612302. OLE color: 12612302.

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

Color convert

RGB 206 114 192 -
CMYK 0 0.45 0.07 0.19
HSL 309.13º 0.48% 0.63% -
HSV(B) 309.13º 0.45% 0.81% -
XYZ 40.99 28.96 53.3 -
YUV 150.4 151.48 167.66 -
System Red Green Blue C M Y K H S L
Decimal 206 114 192 0 0.45 0.07 0.19 309.13 0.48 0.63
Hex CE 72 C0 0 2D 7 13 135 30 3F
Octal 316 162 300 0 55 7 23 465 60 77
Binary 11001110 1110010 11000000 0 101101 111 10011 100110101 110000 111111

Color Harmonies of #CE72C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE72C0

Black with #CE72C0

Text Example


Text Example

White with #CE72C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE72C0; }

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

 H1.HeaderClassName
 {
   color: #CE72C0;
 }
 .AnyTagClassName
 {
   color: #CE72C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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