Html Css Color HEX #CE72EE Heliotrope

📋 copy color: '#CE72EE'

red 206 ◦ green 114 ◦ blue 238

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

Shades of Heliotrope #CE72EE

Tints of Heliotrope #CE72EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.65%

R = 36.92%
G = 20.43%
B = 42.65%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE72EE (or 0xCE72EE) is known color: Heliotrope. HEX triplet: CE, 72 and EE. RGB value is (206,114,238). Sum of RGB (Red+Green+Blue) = 206+114+238=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE72EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE72EE is #318D11. Grayscale: #9B9B9B. Windows color (decimal): -3247378 or 15626958. OLE color: 15626958.

HSL color Cylindrical-coordinate representation of color #CE72EE: hue angle of 284.52º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE72EE is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 114 238 -
CMYK 0.13 0.52 0 0.07
HSL 284.52º 0.78% 0.69% -
HSV(B) 284.52º 0.52% 0.93% -
XYZ 46.9 31.33 84.46 -
YUV 155.64 174.48 163.92 -
System Red Green Blue C M Y K H S L
Decimal 206 114 238 0.13 0.52 0 0.07 284.52 0.78 0.69
Hex CE 72 EE D 34 0 7 11D 4E 45
Octal 316 162 356 15 64 0 7 435 116 105
Binary 11001110 1110010 11101110 1101 110100 0 111 100011101 1001110 1000101

Color Harmonies of #CE72EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE72EE

Black with #CE72EE

Text Example


Text Example

White with #CE72EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE72EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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