Html Css Color HEX #CE5AF0 Heliotrope

📋 copy color: '#CE5AF0'

red 206 ◦ green 90 ◦ blue 240

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

Shades of Heliotrope #CE5AF0

Tints of Heliotrope #CE5AF0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.79%

 BLUE value IS 240 (94.14% from 255) = 44.78%

R = 38.43%
G = 16.79%
B = 44.78%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE5AF0 (or 0xCE5AF0) is known color: Heliotrope. HEX triplet: CE, 5A and F0. RGB value is (206,90,240). Sum of RGB (Red+Green+Blue) = 206+90+240=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 90 (35.55% from 255 or 16.79% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE5AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5AF0 is #31A50F. Grayscale: #8D8D8D. Windows color (decimal): -3253520 or 15751886. OLE color: 15751886.

HSL color Cylindrical-coordinate representation of color #CE5AF0: hue angle of 286.4º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE5AF0 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 90 240 -
CMYK 0.14 0.62 0 0.06
HSL 286.4º 0.83% 0.65% -
HSV(B) 286.4º 0.63% 0.94% -
XYZ 44.84 26.73 85.23 -
YUV 141.78 183.43 173.8 -
System Red Green Blue C M Y K H S L
Decimal 206 90 240 0.14 0.62 0 0.06 286.4 0.83 0.65
Hex CE 5A F0 E 3E 0 6 11E 53 41
Octal 316 132 360 16 76 0 6 436 123 101
Binary 11001110 1011010 11110000 1110 111110 0 110 100011110 1010011 1000001

Color Harmonies of #CE5AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AF0

Black with #CE5AF0

Text Example


Text Example

White with #CE5AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AF0; }

 p { color: rgb(206,90,240); }

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

background-color css

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

 a { background-color: rgb(206,90,240); }

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

border-color css

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

 span { border-color: rgb(206,90,240); }

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