Html Css Color HEX #C166FC Heliotrope

📋 copy color: '#C166FC'

red 193 ◦ green 102 ◦ blue 252

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

Shades of Heliotrope #C166FC

Tints of Heliotrope #C166FC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.65%

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

R = 35.28%
G = 18.65%
B = 46.07%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C166FC (or 0xC166FC) is known color: Heliotrope. HEX triplet: C1, 66 and FC. RGB value is (193,102,252). Sum of RGB (Red+Green+Blue) = 193+102+252=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #C166FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C166FC is #3E9903. Grayscale: #919191. Windows color (decimal): -4102404 or 16541377. OLE color: 16541377.

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

Color convert

RGB 193 102 252 -
CMYK 0.23 0.60 0 0.01
HSL 276.4º 0.96% 0.69% -
HSV(B) 276.4º 0.6% 0.99% -
XYZ 44.31 27.87 95.14 -
YUV 146.31 187.65 161.3 -
System Red Green Blue C M Y K H S L
Decimal 193 102 252 0.23 0.60 0 0.01 276.4 0.96 0.69
Hex C1 66 FC 17 3C 0 1 114 60 45
Octal 301 146 374 27 74 0 1 424 140 105
Binary 11000001 1100110 11111100 10111 111100 0 1 100010100 1100000 1000101

Color Harmonies of #C166FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166FC

Black with #C166FC

Text Example


Text Example

White with #C166FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C166FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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