Html Css Color HEX #CE72FD Heliotrope

📋 copy color: '#CE72FD'

red 206 ◦ green 114 ◦ blue 253

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

Shades of Heliotrope #CE72FD

Tints of Heliotrope #CE72FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.15%

R = 35.95%
G = 19.9%
B = 44.15%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE72FD (or 0xCE72FD) is known color: Heliotrope. HEX triplet: CE, 72 and FD. RGB value is (206,114,253). Sum of RGB (Red+Green+Blue) = 206+114+253=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 114 (44.92% from 255 or 19.90% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE72FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE72FD is #318D02. Grayscale: #9C9C9C. Windows color (decimal): -3247363 or 16609998. OLE color: 16609998.

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

Color convert

RGB 206 114 253 -
CMYK 0.19 0.55 0 0.01
HSL 279.71º 0.97% 0.72% -
HSV(B) 279.71º 0.55% 0.99% -
XYZ 49.2 32.25 96.56 -
YUV 157.35 181.98 162.7 -
System Red Green Blue C M Y K H S L
Decimal 206 114 253 0.19 0.55 0 0.01 279.71 0.97 0.72
Hex CE 72 FD 13 37 0 1 118 61 48
Octal 316 162 375 23 67 0 1 430 141 110
Binary 11001110 1110010 11111101 10011 110111 0 1 100011000 1100001 1001000

Color Harmonies of #CE72FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE72FD

Black with #CE72FD

Text Example


Text Example

White with #CE72FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE72FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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