Html Css Color HEX #C164FA Heliotrope

📋 copy color: '#C164FA'

red 193 ◦ green 100 ◦ blue 250

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

Shades of Heliotrope #C164FA

Tints of Heliotrope #C164FA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.42%

 BLUE value IS 250 (98.05% from 255) = 46.04%

R = 35.54%
G = 18.42%
B = 46.04%

CMYK

 C value IS 0.23

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C164FA (or 0xC164FA) is known color: Heliotrope. HEX triplet: C1, 64 and FA. RGB value is (193,100,250). Sum of RGB (Red+Green+Blue) = 193+100+250=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #C164FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C164FA is #3E9B05. Grayscale: #909090. Windows color (decimal): -4102918 or 16409793. OLE color: 16409793.

HSL color Cylindrical-coordinate representation of color #C164FA: hue angle of 277.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C164FA is Cyan = 0.23, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 100 250 -
CMYK 0.23 0.6 0 0.02
HSL 277.2º 0.94% 0.69% -
HSV(B) 277.2º 0.6% 0.98% -
XYZ 43.8 27.35 93.41 -
YUV 144.91 187.31 162.3 -
System Red Green Blue C M Y K H S L
Decimal 193 100 250 0.23 0.6 0 0.02 277.2 0.94 0.69
Hex C1 64 FA 17 3C 0 2 115 5E 45
Octal 301 144 372 27 74 0 2 425 136 105
Binary 11000001 1100100 11111010 10111 111100 0 10 100010101 1011110 1000101

Color Harmonies of #C164FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164FA

Black with #C164FA

Text Example


Text Example

White with #C164FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164FA; }

 p { color: rgb(193,100,250); }

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

background-color css

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

 a { background-color: rgb(193,100,250); }

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

border-color css

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

 span { border-color: rgb(193,100,250); }

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