Html Css Color HEX #CE72E2 Orchid

📋 copy color: '#CE72E2'

red 206 ◦ green 114 ◦ blue 226

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

Shades of Orchid #CE72E2

Tints of Orchid #CE72E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.39%

R = 37.73%
G = 20.88%
B = 41.39%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE72E2 (or 0xCE72E2) is known color: Orchid. HEX triplet: CE, 72 and E2. RGB value is (206,114,226). Sum of RGB (Red+Green+Blue) = 206+114+226=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 226 (88.67% from 255 or 41.39% from 546); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE72E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72E2 is #318D1D. Grayscale: #999999. Windows color (decimal): -3247390 or 14840526. OLE color: 14840526.

HSL color Cylindrical-coordinate representation of color #CE72E2: hue angle of 289.29º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE72E2 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 114 226 -
CMYK 0.09 0.50 0 0.11
HSL 289.29º 0.66% 0.67% -
HSV(B) 289.29º 0.5% 0.89% -
XYZ 45.2 30.65 75.48 -
YUV 154.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 206 114 226 0.09 0.50 0 0.11 289.29 0.66 0.67
Hex CE 72 E2 9 32 0 B 121 42 43
Octal 316 162 342 11 62 0 13 441 102 103
Binary 11001110 1110010 11100010 1001 110010 0 1011 100100001 1000010 1000011

Color Harmonies of #CE72E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE72E2

Black with #CE72E2

Text Example


Text Example

White with #CE72E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE72E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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