Html Css Color HEX #C16CEF Heliotrope

📋 copy color: '#C16CEF'

red 193 ◦ green 108 ◦ blue 239

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

Shades of Heliotrope #C16CEF

Tints of Heliotrope #C16CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20%

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 35.74%
G = 20%
B = 44.26%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C16CEF (or 0xC16CEF) is known color: Heliotrope. HEX triplet: C1, 6C and EF. RGB value is (193,108,239). Sum of RGB (Red+Green+Blue) = 193+108+239=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #C16CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16CEF is #3E9310. Grayscale: #939393. Windows color (decimal): -4100881 or 15690945. OLE color: 15690945.

HSL color Cylindrical-coordinate representation of color #C16CEF: hue angle of 278.93º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C16CEF is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 108 239 -
CMYK 0.19 0.55 0 0.06
HSL 278.93º 0.8% 0.68% -
HSV(B) 278.93º 0.55% 0.94% -
XYZ 42.93 28.29 84.86 -
YUV 148.35 179.16 159.85 -
System Red Green Blue C M Y K H S L
Decimal 193 108 239 0.19 0.55 0 0.06 278.93 0.8 0.68
Hex C1 6C EF 13 37 0 6 117 50 44
Octal 301 154 357 23 67 0 6 427 120 104
Binary 11000001 1101100 11101111 10011 110111 0 110 100010111 1010000 1000100

Color Harmonies of #C16CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16CEF

Black with #C16CEF

Text Example


Text Example

White with #C16CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16CEF; }

 p { color: rgb(193,108,239); }

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

background-color css

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

 a { background-color: rgb(193,108,239); }

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

border-color css

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

 span { border-color: rgb(193,108,239); }

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