Html Css Color HEX #C185FF Heliotrope

📋 copy color: '#C185FF'

red 193 ◦ green 133 ◦ blue 255

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

Shades of Heliotrope #C185FF

Tints of Heliotrope #C185FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.89%

R = 33.22%
G = 22.89%
B = 43.89%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C185FF (or 0xC185FF) is known color: Heliotrope. HEX triplet: C1, 85 and FF. RGB value is (193,133,255). Sum of RGB (Red+Green+Blue) = 193+133+255=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #C185FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C185FF is #3E7A00. Grayscale: #A4A4A4. Windows color (decimal): -4094465 or 16745921. OLE color: 16745921.

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

Color convert

RGB 193 133 255 -
CMYK 0.24 0.48 0 0
HSL 269.51º 1% 0.76% -
HSV(B) 269.51º 0.48% 1% -
XYZ 48.43 35.33 98.88 -
YUV 164.85 178.88 148.08 -
System Red Green Blue C M Y K H S L
Decimal 193 133 255 0.24 0.48 0 0 269.51 1 0.76
Hex C1 85 FF 18 30 0 0 10E 64 4C
Octal 301 205 377 30 60 0 0 416 144 114
Binary 11000001 10000101 11111111 11000 110000 0 0 100001110 1100100 1001100

Color Harmonies of #C185FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C185FF

Black with #C185FF

Text Example


Text Example

White with #C185FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C185FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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