Html Css Color HEX #C155FF Heliotrope

📋 copy color: '#C155FF'

red 193 ◦ green 85 ◦ blue 255

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

Shades of Heliotrope #C155FF

Tints of Heliotrope #C155FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.95%

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

R = 36.21%
G = 15.95%
B = 47.84%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C155FF (or 0xC155FF) is known color: Heliotrope. HEX triplet: C1, 55 and FF. RGB value is (193,85,255). Sum of RGB (Red+Green+Blue) = 193+85+255=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #C155FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C155FF is #3EAA00. Grayscale: #888888. Windows color (decimal): -4106753 or 16733633. OLE color: 16733633.

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

Color convert

RGB 193 85 255 -
CMYK 0.24 0.67 0 0
HSL 278.12º 1% 0.67% -
HSV(B) 278.12º 0.67% 1% -
XYZ 43.29 25.05 97.16 -
YUV 136.67 194.78 168.18 -
System Red Green Blue C M Y K H S L
Decimal 193 85 255 0.24 0.67 0 0 278.12 1 0.67
Hex C1 55 FF 18 43 0 0 116 64 43
Octal 301 125 377 30 103 0 0 426 144 103
Binary 11000001 1010101 11111111 11000 1000011 0 0 100010110 1100100 1000011

Color Harmonies of #C155FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C155FF

Black with #C155FF

Text Example


Text Example

White with #C155FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C155FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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