Html Css Color HEX #C186FA Heliotrope

📋 copy color: '#C186FA'

red 193 ◦ green 134 ◦ blue 250

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

Shades of Heliotrope #C186FA

Tints of Heliotrope #C186FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.33%

R = 33.45%
G = 23.22%
B = 43.33%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C186FA (or 0xC186FA) is known color: Heliotrope. HEX triplet: C1, 86 and FA. RGB value is (193,134,250). Sum of RGB (Red+Green+Blue) = 193+134+250=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #C186FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C186FA is #3E7905. Grayscale: #A4A4A4. Windows color (decimal): -4094214 or 16418497. OLE color: 16418497.

HSL color Cylindrical-coordinate representation of color #C186FA: hue angle of 270.52º degrees, saturation: 0.92, 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 #C186FA is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 134 250 -
CMYK 0.23 0.46 0 0.02
HSL 270.52º 0.92% 0.75% -
HSV(B) 270.52º 0.46% 0.98% -
XYZ 47.77 35.29 94.74 -
YUV 164.87 176.05 148.07 -
System Red Green Blue C M Y K H S L
Decimal 193 134 250 0.23 0.46 0 0.02 270.52 0.92 0.75
Hex C1 86 FA 17 2E 0 2 10F 5C 4B
Octal 301 206 372 27 56 0 2 417 134 113
Binary 11000001 10000110 11111010 10111 101110 0 10 100001111 1011100 1001011

Color Harmonies of #C186FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C186FA

Black with #C186FA

Text Example


Text Example

White with #C186FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C186FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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