Html Css Color HEX #C16EED Heliotrope

📋 copy color: '#C16EED'

red 193 ◦ green 110 ◦ blue 237

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

Shades of Heliotrope #C16EED

Tints of Heliotrope #C16EED

RGB

 RED value IS 193 (75.78% from 255) = 35.74%

 GREEN value IS 110 (43.36% from 255) = 20.37%

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

R = 35.74%
G = 20.37%
B = 43.89%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C16EED (or 0xC16EED) is known color: Heliotrope. HEX triplet: C1, 6E and ED. RGB value is (193,110,237). Sum of RGB (Red+Green+Blue) = 193+110+237=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 110 (43.36% from 255 or 20.37% 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 #C16EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16EED is #3E9112. Grayscale: #949494. Windows color (decimal): -4100371 or 15560385. OLE color: 15560385.

HSL color Cylindrical-coordinate representation of color #C16EED: hue angle of 279.21º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C16EED is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 110 237 -
CMYK 0.19 0.54 0 0.07
HSL 279.21º 0.78% 0.68% -
HSV(B) 279.21º 0.54% 0.93% -
XYZ 42.85 28.6 83.38 -
YUV 149.3 177.5 159.17 -
System Red Green Blue C M Y K H S L
Decimal 193 110 237 0.19 0.54 0 0.07 279.21 0.78 0.68
Hex C1 6E ED 13 36 0 7 117 4E 44
Octal 301 156 355 23 66 0 7 427 116 104
Binary 11000001 1101110 11101101 10011 110110 0 111 100010111 1001110 1000100

Color Harmonies of #C16EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16EED

Black with #C16EED

Text Example


Text Example

White with #C16EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16EED; }

 p { color: rgb(193,110,237); }

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

background-color css

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

 a { background-color: rgb(193,110,237); }

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

border-color css

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

 span { border-color: rgb(193,110,237); }

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