Html Css Color HEX #C16FED Heliotrope

📋 copy color: '#C16FED'

red 193 ◦ green 111 ◦ blue 237

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

Shades of Heliotrope #C16FED

Tints of Heliotrope #C16FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.52%

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

R = 35.67%
G = 20.52%
B = 43.81%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C16FED (or 0xC16FED) is known color: Heliotrope. HEX triplet: C1, 6F and ED. RGB value is (193,111,237). Sum of RGB (Red+Green+Blue) = 193+111+237=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #C16FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16FED is #3E9012. Grayscale: #959595. Windows color (decimal): -4100115 or 15560641. OLE color: 15560641.

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

Color convert

RGB 193 111 237 -
CMYK 0.19 0.53 0 0.07
HSL 279.05º 0.78% 0.68% -
HSV(B) 279.05º 0.53% 0.93% -
XYZ 42.96 28.82 83.42 -
YUV 149.88 177.17 158.75 -
System Red Green Blue C M Y K H S L
Decimal 193 111 237 0.19 0.53 0 0.07 279.05 0.78 0.68
Hex C1 6F ED 13 35 0 7 117 4E 44
Octal 301 157 355 23 65 0 7 427 116 104
Binary 11000001 1101111 11101101 10011 110101 0 111 100010111 1001110 1000100

Color Harmonies of #C16FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16FED

Black with #C16FED

Text Example


Text Example

White with #C16FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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