Html Css Color HEX #C166FB Heliotrope

📋 copy color: '#C166FB'

red 193 ◦ green 102 ◦ blue 251

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

Shades of Heliotrope #C166FB

Tints of Heliotrope #C166FB

RGB

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

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

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

R = 35.35%
G = 18.68%
B = 45.97%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C166FB (or 0xC166FB) is known color: Heliotrope. HEX triplet: C1, 66 and FB. RGB value is (193,102,251). Sum of RGB (Red+Green+Blue) = 193+102+251=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #C166FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C166FB is #3E9904. Grayscale: #919191. Windows color (decimal): -4102405 or 16475841. OLE color: 16475841.

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

Color convert

RGB 193 102 251 -
CMYK 0.23 0.59 0 0.02
HSL 276.64º 0.95% 0.69% -
HSV(B) 276.64º 0.59% 0.98% -
XYZ 44.16 27.81 94.31 -
YUV 146.2 187.15 161.38 -
System Red Green Blue C M Y K H S L
Decimal 193 102 251 0.23 0.59 0 0.02 276.64 0.95 0.69
Hex C1 66 FB 17 3B 0 2 115 5F 45
Octal 301 146 373 27 73 0 2 425 137 105
Binary 11000001 1100110 11111011 10111 111011 0 10 100010101 1011111 1000101

Color Harmonies of #C166FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166FB

Black with #C166FB

Text Example


Text Example

White with #C166FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C166FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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