Html Css Color HEX #CE5AF2 Heliotrope

📋 copy color: '#CE5AF2'

red 206 ◦ green 90 ◦ blue 242

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

Shades of Heliotrope #CE5AF2

Tints of Heliotrope #CE5AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.98%

R = 38.29%
G = 16.73%
B = 44.98%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE5AF2 (or 0xCE5AF2) is known color: Heliotrope. HEX triplet: CE, 5A and F2. RGB value is (206,90,242). Sum of RGB (Red+Green+Blue) = 206+90+242=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE5AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5AF2 is #31A50D. Grayscale: #8D8D8D. Windows color (decimal): -3253518 or 15882958. OLE color: 15882958.

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

Color convert

RGB 206 90 242 -
CMYK 0.15 0.63 0 0.05
HSL 285.79º 0.85% 0.65% -
HSV(B) 285.79º 0.63% 0.95% -
XYZ 45.14 26.84 86.81 -
YUV 142.01 184.43 173.64 -
System Red Green Blue C M Y K H S L
Decimal 206 90 242 0.15 0.63 0 0.05 285.79 0.85 0.65
Hex CE 5A F2 F 3F 0 5 11E 55 41
Octal 316 132 362 17 77 0 5 436 125 101
Binary 11001110 1011010 11110010 1111 111111 0 101 100011110 1010101 1000001

Color Harmonies of #CE5AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AF2

Black with #CE5AF2

Text Example


Text Example

White with #CE5AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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