Html Css Color HEX #CE72FE Heliotrope

📋 copy color: '#CE72FE'

red 206 ◦ green 114 ◦ blue 254

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

Shades of Heliotrope #CE72FE

Tints of Heliotrope #CE72FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.25%

R = 35.89%
G = 19.86%
B = 44.25%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE72FE (or 0xCE72FE) is known color: Heliotrope. HEX triplet: CE, 72 and FE. RGB value is (206,114,254). Sum of RGB (Red+Green+Blue) = 206+114+254=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 114 (44.92% from 255 or 19.86% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE72FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE72FE is #318D01. Grayscale: #9D9D9D. Windows color (decimal): -3247362 or 16675534. OLE color: 16675534.

HSL color Cylindrical-coordinate representation of color #CE72FE: hue angle of 279.43º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE72FE is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 114 254 -
CMYK 0.19 0.55 0 0.00
HSL 279.43º 0.99% 0.72% -
HSV(B) 279.43º 0.55% 1% -
XYZ 49.36 32.31 97.4 -
YUV 157.47 182.48 162.62 -
System Red Green Blue C M Y K H S L
Decimal 206 114 254 0.19 0.55 0 0.00 279.43 0.99 0.72
Hex CE 72 FE 13 37 0 0 117 63 48
Octal 316 162 376 23 67 0 0 427 143 110
Binary 11001110 1110010 11111110 10011 110111 0 0 100010111 1100011 1001000

Color Harmonies of #CE72FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE72FE

Black with #CE72FE

Text Example


Text Example

White with #CE72FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE72FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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