Html Css Color HEX #CE5DFD Heliotrope

📋 copy color: '#CE5DFD'

red 206 ◦ green 93 ◦ blue 253

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

Shades of Heliotrope #CE5DFD

Tints of Heliotrope #CE5DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 37.32%
G = 16.85%
B = 45.83%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE5DFD (or 0xCE5DFD) is known color: Heliotrope. HEX triplet: CE, 5D and FD. RGB value is (206,93,253). Sum of RGB (Red+Green+Blue) = 206+93+253=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 93 (36.72% from 255 or 16.85% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE5DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5DFD is #31A202. Grayscale: #909090. Windows color (decimal): -3252739 or 16604622. OLE color: 16604622.

HSL color Cylindrical-coordinate representation of color #CE5DFD: hue angle of 282.38º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE5DFD is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 93 253 -
CMYK 0.19 0.63 0 0.01
HSL 282.38º 0.98% 0.68% -
HSV(B) 282.38º 0.63% 0.99% -
XYZ 47.1 28.04 95.86 -
YUV 145.03 188.94 171.49 -
System Red Green Blue C M Y K H S L
Decimal 206 93 253 0.19 0.63 0 0.01 282.38 0.98 0.68
Hex CE 5D FD 13 3F 0 1 11A 62 44
Octal 316 135 375 23 77 0 1 432 142 104
Binary 11001110 1011101 11111101 10011 111111 0 1 100011010 1100010 1000100

Color Harmonies of #CE5DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5DFD

Black with #CE5DFD

Text Example


Text Example

White with #CE5DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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