Html Css Color HEX #CE5FED Heliotrope

📋 copy color: '#CE5FED'

red 206 ◦ green 95 ◦ blue 237

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

Shades of Heliotrope #CE5FED

Tints of Heliotrope #CE5FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.66%

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 38.29%
G = 17.66%
B = 44.05%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE5FED (or 0xCE5FED) is known color: Heliotrope. HEX triplet: CE, 5F and ED. RGB value is (206,95,237). Sum of RGB (Red+Green+Blue) = 206+95+237=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 95 (37.5% from 255 or 17.66% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE5FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5FED is #31A012. Grayscale: #8F8F8F. Windows color (decimal): -3252243 or 15556558. OLE color: 15556558.

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

Color convert

RGB 206 95 237 -
CMYK 0.13 0.60 0 0.07
HSL 286.9º 0.8% 0.65% -
HSV(B) 286.9º 0.6% 0.93% -
XYZ 44.83 27.42 83.05 -
YUV 144.38 180.27 171.95 -
System Red Green Blue C M Y K H S L
Decimal 206 95 237 0.13 0.60 0 0.07 286.9 0.8 0.65
Hex CE 5F ED D 3C 0 7 11F 50 41
Octal 316 137 355 15 74 0 7 437 120 101
Binary 11001110 1011111 11101101 1101 111100 0 111 100011111 1010000 1000001

Color Harmonies of #CE5FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5FED

Black with #CE5FED

Text Example


Text Example

White with #CE5FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5FED; }

 p { color: rgb(206,95,237); }

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

background-color css

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

 a { background-color: rgb(206,95,237); }

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

border-color css

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

 span { border-color: rgb(206,95,237); }

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