Html Css Color HEX #C185F8 Heliotrope

📋 copy color: '#C185F8'

red 193 ◦ green 133 ◦ blue 248

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

Shades of Heliotrope #C185F8

Tints of Heliotrope #C185F8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.17%

 BLUE value IS 248 (97.27% from 255) = 43.21%

R = 33.62%
G = 23.17%
B = 43.21%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C185F8 (or 0xC185F8) is known color: Heliotrope. HEX triplet: C1, 85 and F8. RGB value is (193,133,248). Sum of RGB (Red+Green+Blue) = 193+133+248=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 248 - color contains mainly: blue. Hex color #C185F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C185F8 is #3E7A07. Grayscale: #A3A3A3. Windows color (decimal): -4094472 or 16287169. OLE color: 16287169.

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

Color convert

RGB 193 133 248 -
CMYK 0.22 0.46 0 0.03
HSL 271.3º 0.89% 0.75% -
HSV(B) 271.3º 0.46% 0.97% -
XYZ 47.32 34.89 93.05 -
YUV 164.05 175.38 148.65 -
System Red Green Blue C M Y K H S L
Decimal 193 133 248 0.22 0.46 0 0.03 271.3 0.89 0.75
Hex C1 85 F8 16 2E 0 3 10F 59 4B
Octal 301 205 370 26 56 0 3 417 131 113
Binary 11000001 10000101 11111000 10110 101110 0 11 100001111 1011001 1001011

Color Harmonies of #C185F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C185F8

Black with #C185F8

Text Example


Text Example

White with #C185F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C185F8; }

 p { color: rgb(193,133,248); }

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

background-color css

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

 a { background-color: rgb(193,133,248); }

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

border-color css

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

 span { border-color: rgb(193,133,248); }

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