Html Css Color HEX #C16BFC Heliotrope

📋 copy color: '#C16BFC'

red 193 ◦ green 107 ◦ blue 252

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

Shades of Heliotrope #C16BFC

Tints of Heliotrope #C16BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.38%

 BLUE value IS 252 (98.83% from 255) = 45.65%

R = 34.96%
G = 19.38%
B = 45.65%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C16BFC (or 0xC16BFC) is known color: Heliotrope. HEX triplet: C1, 6B and FC. RGB value is (193,107,252). Sum of RGB (Red+Green+Blue) = 193+107+252=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #C16BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16BFC is #3E9403. Grayscale: #949494. Windows color (decimal): -4101124 or 16542657. OLE color: 16542657.

HSL color Cylindrical-coordinate representation of color #C16BFC: hue angle of 275.59º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C16BFC is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 107 252 -
CMYK 0.23 0.58 0 0.01
HSL 275.59º 0.96% 0.7% -
HSV(B) 275.59º 0.58% 0.99% -
XYZ 44.82 28.88 95.31 -
YUV 149.24 185.99 159.21 -
System Red Green Blue C M Y K H S L
Decimal 193 107 252 0.23 0.58 0 0.01 275.59 0.96 0.7
Hex C1 6B FC 17 3A 0 1 114 60 46
Octal 301 153 374 27 72 0 1 424 140 106
Binary 11000001 1101011 11111100 10111 111010 0 1 100010100 1100000 1000110

Color Harmonies of #C16BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16BFC

Black with #C16BFC

Text Example


Text Example

White with #C16BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16BFC; }

 p { color: rgb(193,107,252); }

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

background-color css

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

 a { background-color: rgb(193,107,252); }

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

border-color css

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

 span { border-color: rgb(193,107,252); }

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