Html Css Color HEX #C164FB Heliotrope

📋 copy color: '#C164FB'

red 193 ◦ green 100 ◦ blue 251

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

Shades of Heliotrope #C164FB

Tints of Heliotrope #C164FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.14%

R = 35.48%
G = 18.38%
B = 46.14%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C164FB (or 0xC164FB) is known color: Heliotrope. HEX triplet: C1, 64 and FB. RGB value is (193,100,251). Sum of RGB (Red+Green+Blue) = 193+100+251=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #C164FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C164FB is #3E9B04. Grayscale: #909090. Windows color (decimal): -4102917 or 16475329. OLE color: 16475329.

HSL color Cylindrical-coordinate representation of color #C164FB: hue angle of 276.95º degrees, saturation: 0.95, 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 #C164FB is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 100 251 -
CMYK 0.23 0.60 0 0.02
HSL 276.95º 0.95% 0.69% -
HSV(B) 276.95º 0.6% 0.98% -
XYZ 43.96 27.42 94.24 -
YUV 145.02 187.81 162.22 -
System Red Green Blue C M Y K H S L
Decimal 193 100 251 0.23 0.60 0 0.02 276.95 0.95 0.69
Hex C1 64 FB 17 3C 0 2 115 5F 45
Octal 301 144 373 27 74 0 2 425 137 105
Binary 11000001 1100100 11111011 10111 111100 0 10 100010101 1011111 1000101

Color Harmonies of #C164FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164FB

Black with #C164FB

Text Example


Text Example

White with #C164FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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