Html Css Color HEX #CE72ED Heliotrope

📋 copy color: '#CE72ED'

red 206 ◦ green 114 ◦ blue 237

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

Shades of Heliotrope #CE72ED

Tints of Heliotrope #CE72ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.55%

R = 36.98%
G = 20.47%
B = 42.55%

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

#CE72ED (or 0xCE72ED) is known color: Heliotrope. HEX triplet: CE, 72 and ED. RGB value is (206,114,237). Sum of RGB (Red+Green+Blue) = 206+114+237=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE72ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE72ED is #318D12. Grayscale: #9B9B9B. Windows color (decimal): -3247379 or 15561422. OLE color: 15561422.

HSL color Cylindrical-coordinate representation of color #CE72ED: hue angle of 284.88º degrees, saturation: 0.77, 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 #CE72ED is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 114 237 -
CMYK 0.13 0.52 0 0.07
HSL 284.88º 0.77% 0.69% -
HSV(B) 284.88º 0.52% 0.93% -
XYZ 46.76 31.27 83.69 -
YUV 155.53 173.98 164 -
System Red Green Blue C M Y K H S L
Decimal 206 114 237 0.13 0.52 0 0.07 284.88 0.77 0.69
Hex CE 72 ED D 34 0 7 11D 4D 45
Octal 316 162 355 15 64 0 7 435 115 105
Binary 11001110 1110010 11101101 1101 110100 0 111 100011101 1001101 1000101

Color Harmonies of #CE72ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE72ED

Black with #CE72ED

Text Example


Text Example

White with #CE72ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE72ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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