Html Css Color HEX #CE72DB Orchid

📋 copy color: '#CE72DB'

red 206 ◦ green 114 ◦ blue 219

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

Shades of Orchid #CE72DB

Tints of Orchid #CE72DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 38.22%
G = 21.15%
B = 40.63%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE72DB (or 0xCE72DB) is known color: Orchid. HEX triplet: CE, 72 and DB. RGB value is (206,114,219). Sum of RGB (Red+Green+Blue) = 206+114+219=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72DB is #318D24. Grayscale: #999999. Windows color (decimal): -3247397 or 14381774. OLE color: 14381774.

HSL color Cylindrical-coordinate representation of color #CE72DB: hue angle of 292.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE72DB is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 114 219 -
CMYK 0.06 0.48 0 0.14
HSL 292.57º 0.59% 0.65% -
HSV(B) 292.57º 0.48% 0.86% -
XYZ 44.26 30.27 70.53 -
YUV 153.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 206 114 219 0.06 0.48 0 0.14 292.57 0.59 0.65
Hex CE 72 DB 6 30 0 E 125 3B 41
Octal 316 162 333 6 60 0 16 445 73 101
Binary 11001110 1110010 11011011 110 110000 0 1110 100100101 111011 1000001

Color Harmonies of #CE72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE72DB

Black with #CE72DB

Text Example


Text Example

White with #CE72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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