Html Css Color HEX #CE61ED Heliotrope

📋 copy color: '#CE61ED'

red 206 ◦ green 97 ◦ blue 237

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

Shades of Heliotrope #CE61ED

Tints of Heliotrope #CE61ED

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.96%

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

R = 38.15%
G = 17.96%
B = 43.89%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE61ED (or 0xCE61ED) is known color: Heliotrope. HEX triplet: CE, 61 and ED. RGB value is (206,97,237). Sum of RGB (Red+Green+Blue) = 206+97+237=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE61ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE61ED is #319E12. Grayscale: #919191. Windows color (decimal): -3251731 or 15557070. OLE color: 15557070.

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

Color convert

RGB 206 97 237 -
CMYK 0.13 0.59 0 0.07
HSL 286.71º 0.8% 0.65% -
HSV(B) 286.71º 0.59% 0.93% -
XYZ 45.01 27.79 83.11 -
YUV 145.55 179.61 171.12 -
System Red Green Blue C M Y K H S L
Decimal 206 97 237 0.13 0.59 0 0.07 286.71 0.8 0.65
Hex CE 61 ED D 3B 0 7 11F 50 41
Octal 316 141 355 15 73 0 7 437 120 101
Binary 11001110 1100001 11101101 1101 111011 0 111 100011111 1010000 1000001

Color Harmonies of #CE61ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE61ED

Black with #CE61ED

Text Example


Text Example

White with #CE61ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE61ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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