Html Css Color HEX #C186F9 Heliotrope

📋 copy color: '#C186F9'

red 193 ◦ green 134 ◦ blue 249

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

Shades of Heliotrope #C186F9

Tints of Heliotrope #C186F9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.26%

 BLUE value IS 249 (97.66% from 255) = 43.23%

R = 33.51%
G = 23.26%
B = 43.23%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C186F9 (or 0xC186F9) is known color: Heliotrope. HEX triplet: C1, 86 and F9. RGB value is (193,134,249). Sum of RGB (Red+Green+Blue) = 193+134+249=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #C186F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C186F9 is #3E7906. Grayscale: #A4A4A4. Windows color (decimal): -4094215 or 16352961. OLE color: 16352961.

HSL color Cylindrical-coordinate representation of color #C186F9: hue angle of 270.78º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C186F9 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 134 249 -
CMYK 0.22 0.46 0 0.02
HSL 270.78º 0.91% 0.75% -
HSV(B) 270.78º 0.46% 0.98% -
XYZ 47.62 35.23 93.91 -
YUV 164.75 175.55 148.15 -
System Red Green Blue C M Y K H S L
Decimal 193 134 249 0.22 0.46 0 0.02 270.78 0.91 0.75
Hex C1 86 F9 16 2E 0 2 10F 5B 4B
Octal 301 206 371 26 56 0 2 417 133 113
Binary 11000001 10000110 11111001 10110 101110 0 10 100001111 1011011 1001011

Color Harmonies of #C186F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C186F9

Black with #C186F9

Text Example


Text Example

White with #C186F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C186F9; }

 p { color: rgb(193,134,249); }

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

background-color css

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

 a { background-color: rgb(193,134,249); }

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

border-color css

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

 span { border-color: rgb(193,134,249); }

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