Html Css Color HEX #C185FE Heliotrope

📋 copy color: '#C185FE'

red 193 ◦ green 133 ◦ blue 254

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

Shades of Heliotrope #C185FE

Tints of Heliotrope #C185FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.79%

R = 33.28%
G = 22.93%
B = 43.79%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C185FE (or 0xC185FE) is known color: Heliotrope. HEX triplet: C1, 85 and FE. RGB value is (193,133,254). Sum of RGB (Red+Green+Blue) = 193+133+254=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #C185FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C185FE is #3E7A01. Grayscale: #A4A4A4. Windows color (decimal): -4094466 or 16680385. OLE color: 16680385.

HSL color Cylindrical-coordinate representation of color #C185FE: hue angle of 269.75º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C185FE is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 133 254 -
CMYK 0.24 0.48 0 0.00
HSL 269.75º 0.98% 0.76% -
HSV(B) 269.75º 0.48% 1% -
XYZ 48.27 35.27 98.03 -
YUV 164.73 178.38 148.16 -
System Red Green Blue C M Y K H S L
Decimal 193 133 254 0.24 0.48 0 0.00 269.75 0.98 0.76
Hex C1 85 FE 18 30 0 0 10E 62 4C
Octal 301 205 376 30 60 0 0 416 142 114
Binary 11000001 10000101 11111110 11000 110000 0 0 100001110 1100010 1001100

Color Harmonies of #C185FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C185FE

Black with #C185FE

Text Example


Text Example

White with #C185FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C185FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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