Html Css Color HEX #CE5EFA Heliotrope

📋 copy color: '#CE5EFA'

red 206 ◦ green 94 ◦ blue 250

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

Shades of Heliotrope #CE5EFA

Tints of Heliotrope #CE5EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.09%

 BLUE value IS 250 (98.05% from 255) = 45.45%

R = 37.45%
G = 17.09%
B = 45.45%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE5EFA (or 0xCE5EFA) is known color: Heliotrope. HEX triplet: CE, 5E and FA. RGB value is (206,94,250). Sum of RGB (Red+Green+Blue) = 206+94+250=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 94 (37.11% from 255 or 17.09% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE5EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5EFA is #31A105. Grayscale: #909090. Windows color (decimal): -3252486 or 16408270. OLE color: 16408270.

HSL color Cylindrical-coordinate representation of color #CE5EFA: hue angle of 283.08º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE5EFA is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 94 250 -
CMYK 0.18 0.62 0 0.02
HSL 283.08º 0.94% 0.67% -
HSV(B) 283.08º 0.62% 0.98% -
XYZ 46.71 28.03 93.39 -
YUV 145.27 187.11 171.32 -
System Red Green Blue C M Y K H S L
Decimal 206 94 250 0.18 0.62 0 0.02 283.08 0.94 0.67
Hex CE 5E FA 12 3E 0 2 11B 5E 43
Octal 316 136 372 22 76 0 2 433 136 103
Binary 11001110 1011110 11111010 10010 111110 0 10 100011011 1011110 1000011

Color Harmonies of #CE5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5EFA

Black with #CE5EFA

Text Example


Text Example

White with #CE5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5EFA; }

 p { color: rgb(206,94,250); }

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

background-color css

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

 a { background-color: rgb(206,94,250); }

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

border-color css

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

 span { border-color: rgb(206,94,250); }

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