Html Css Color HEX #CE5DEE Heliotrope

📋 copy color: '#CE5DEE'

red 206 ◦ green 93 ◦ blue 238

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

Shades of Heliotrope #CE5DEE

Tints of Heliotrope #CE5DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.32%

R = 38.36%
G = 17.32%
B = 44.32%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE5DEE (or 0xCE5DEE) is known color: Heliotrope. HEX triplet: CE, 5D and EE. RGB value is (206,93,238). Sum of RGB (Red+Green+Blue) = 206+93+238=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 93 (36.72% from 255 or 17.32% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE5DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5DEE is #31A211. Grayscale: #8E8E8E. Windows color (decimal): -3252754 or 15621582. OLE color: 15621582.

HSL color Cylindrical-coordinate representation of color #CE5DEE: hue angle of 286.76º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5DEE is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 93 238 -
CMYK 0.13 0.61 0 0.07
HSL 286.76º 0.81% 0.65% -
HSV(B) 286.76º 0.61% 0.93% -
XYZ 44.8 27.12 83.76 -
YUV 143.32 181.44 172.71 -
System Red Green Blue C M Y K H S L
Decimal 206 93 238 0.13 0.61 0 0.07 286.76 0.81 0.65
Hex CE 5D EE D 3D 0 7 11F 51 41
Octal 316 135 356 15 75 0 7 437 121 101
Binary 11001110 1011101 11101110 1101 111101 0 111 100011111 1010001 1000001

Color Harmonies of #CE5DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5DEE

Black with #CE5DEE

Text Example


Text Example

White with #CE5DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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