Html Css Color HEX #CE5DFA Heliotrope

📋 copy color: '#CE5DFA'

red 206 ◦ green 93 ◦ blue 250

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

Shades of Heliotrope #CE5DFA

Tints of Heliotrope #CE5DFA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.94%

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

R = 37.52%
G = 16.94%
B = 45.54%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE5DFA (or 0xCE5DFA) is known color: Heliotrope. HEX triplet: CE, 5D and FA. RGB value is (206,93,250). Sum of RGB (Red+Green+Blue) = 206+93+250=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 93 (36.72% from 255 or 16.94% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE5DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5DFA is #31A205. Grayscale: #909090. Windows color (decimal): -3252742 or 16408014. OLE color: 16408014.

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

Color convert

RGB 206 93 250 -
CMYK 0.18 0.63 0 0.02
HSL 283.18º 0.94% 0.67% -
HSV(B) 283.18º 0.63% 0.98% -
XYZ 46.62 27.85 93.36 -
YUV 144.69 187.44 171.73 -
System Red Green Blue C M Y K H S L
Decimal 206 93 250 0.18 0.63 0 0.02 283.18 0.94 0.67
Hex CE 5D FA 12 3F 0 2 11B 5E 43
Octal 316 135 372 22 77 0 2 433 136 103
Binary 11001110 1011101 11111010 10010 111111 0 10 100011011 1011110 1000011

Color Harmonies of #CE5DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5DFA

Black with #CE5DFA

Text Example


Text Example

White with #CE5DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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