Html Css Color HEX #C170EB Heliotrope

📋 copy color: '#C170EB'

red 193 ◦ green 112 ◦ blue 235

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

Shades of Heliotrope #C170EB

Tints of Heliotrope #C170EB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.74%

 BLUE value IS 235 (92.19% from 255) = 43.52%

R = 35.74%
G = 20.74%
B = 43.52%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C170EB (or 0xC170EB) is known color: Heliotrope. HEX triplet: C1, 70 and EB. RGB value is (193,112,235). Sum of RGB (Red+Green+Blue) = 193+112+235=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #C170EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C170EB is #3E8F14. Grayscale: #959595. Windows color (decimal): -4099861 or 15429825. OLE color: 15429825.

HSL color Cylindrical-coordinate representation of color #C170EB: hue angle of 279.51º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C170EB is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 112 235 -
CMYK 0.18 0.52 0 0.08
HSL 279.51º 0.75% 0.68% -
HSV(B) 279.51º 0.52% 0.92% -
XYZ 42.78 28.92 81.93 -
YUV 150.24 175.84 158.5 -
System Red Green Blue C M Y K H S L
Decimal 193 112 235 0.18 0.52 0 0.08 279.51 0.75 0.68
Hex C1 70 EB 12 34 0 8 118 4B 44
Octal 301 160 353 22 64 0 10 430 113 104
Binary 11000001 1110000 11101011 10010 110100 0 1000 100011000 1001011 1000100

Color Harmonies of #C170EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C170EB

Black with #C170EB

Text Example


Text Example

White with #C170EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C170EB; }

 p { color: rgb(193,112,235); }

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

background-color css

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

 a { background-color: rgb(193,112,235); }

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

border-color css

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

 span { border-color: rgb(193,112,235); }

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