Html Css Color HEX #CE72F1 Heliotrope

📋 copy color: '#CE72F1'

red 206 ◦ green 114 ◦ blue 241

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

Shades of Heliotrope #CE72F1

Tints of Heliotrope #CE72F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.96%

R = 36.72%
G = 20.32%
B = 42.96%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE72F1 (or 0xCE72F1) is known color: Heliotrope. HEX triplet: CE, 72 and F1. RGB value is (206,114,241). Sum of RGB (Red+Green+Blue) = 206+114+241=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 114 (44.92% from 255 or 20.32% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE72F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE72F1 is #318D0E. Grayscale: #9B9B9B. Windows color (decimal): -3247375 or 15823566. OLE color: 15823566.

HSL color Cylindrical-coordinate representation of color #CE72F1: hue angle of 283.46º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE72F1 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 114 241 -
CMYK 0.15 0.53 0 0.05
HSL 283.46º 0.82% 0.7% -
HSV(B) 283.46º 0.53% 0.95% -
XYZ 47.35 31.51 86.81 -
YUV 155.99 175.98 163.67 -
System Red Green Blue C M Y K H S L
Decimal 206 114 241 0.15 0.53 0 0.05 283.46 0.82 0.7
Hex CE 72 F1 F 35 0 5 11B 52 46
Octal 316 162 361 17 65 0 5 433 122 106
Binary 11001110 1110010 11110001 1111 110101 0 101 100011011 1010010 1000110

Color Harmonies of #CE72F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE72F1

Black with #CE72F1

Text Example


Text Example

White with #CE72F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE72F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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