Html Css Color HEX #C166F2 Heliotrope

📋 copy color: '#C166F2'

red 193 ◦ green 102 ◦ blue 242

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

Shades of Heliotrope #C166F2

Tints of Heliotrope #C166F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.07%

R = 35.94%
G = 18.99%
B = 45.07%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C166F2 (or 0xC166F2) is known color: Heliotrope. HEX triplet: C1, 66 and F2. RGB value is (193,102,242). Sum of RGB (Red+Green+Blue) = 193+102+242=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #C166F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C166F2 is #3E990D. Grayscale: #909090. Windows color (decimal): -4102414 or 15886017. OLE color: 15886017.

HSL color Cylindrical-coordinate representation of color #C166F2: hue angle of 279º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C166F2 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 102 242 -
CMYK 0.20 0.58 0 0.05
HSL 279º 0.84% 0.67% -
HSV(B) 279º 0.58% 0.95% -
XYZ 42.77 27.25 87.01 -
YUV 145.17 182.65 162.12 -
System Red Green Blue C M Y K H S L
Decimal 193 102 242 0.20 0.58 0 0.05 279 0.84 0.67
Hex C1 66 F2 14 3A 0 5 117 54 43
Octal 301 146 362 24 72 0 5 427 124 103
Binary 11000001 1100110 11110010 10100 111010 0 101 100010111 1010100 1000011

Color Harmonies of #C166F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166F2

Black with #C166F2

Text Example


Text Example

White with #C166F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C166F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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