Html Css Color HEX #C163FF Heliotrope

📋 copy color: '#C163FF'

red 193 ◦ green 99 ◦ blue 255

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

Shades of Heliotrope #C163FF

Tints of Heliotrope #C163FF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.1%

 BLUE value IS 255 (100% from 255) = 46.62%

R = 35.28%
G = 18.1%
B = 46.62%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C163FF (or 0xC163FF) is known color: Heliotrope. HEX triplet: C1, 63 and FF. RGB value is (193,99,255). Sum of RGB (Red+Green+Blue) = 193+99+255=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 99 (39.06% from 255 or 18.10% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #C163FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C163FF is #3E9C00. Grayscale: #909090. Windows color (decimal): -4103169 or 16737217. OLE color: 16737217.

HSL color Cylindrical-coordinate representation of color #C163FF: hue angle of 276.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C163FF is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 99 255 -
CMYK 0.24 0.61 0 0
HSL 276.15º 1% 0.69% -
HSV(B) 276.15º 0.61% 1% -
XYZ 44.5 27.48 97.57 -
YUV 144.89 190.14 162.32 -
System Red Green Blue C M Y K H S L
Decimal 193 99 255 0.24 0.61 0 0 276.15 1 0.69
Hex C1 63 FF 18 3D 0 0 114 64 45
Octal 301 143 377 30 75 0 0 424 144 105
Binary 11000001 1100011 11111111 11000 111101 0 0 100010100 1100100 1000101

Color Harmonies of #C163FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163FF

Black with #C163FF

Text Example


Text Example

White with #C163FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163FF; }

 p { color: rgb(193,99,255); }

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

background-color css

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

 a { background-color: rgb(193,99,255); }

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

border-color css

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

 span { border-color: rgb(193,99,255); }

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