Html Css Color HEX #C176F2 Heliotrope

📋 copy color: '#C176F2'

red 193 ◦ green 118 ◦ blue 242

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

Shades of Heliotrope #C176F2

Tints of Heliotrope #C176F2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.34%

 BLUE value IS 242 (94.92% from 255) = 43.76%

R = 34.9%
G = 21.34%
B = 43.76%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C176F2 (or 0xC176F2) is known color: Heliotrope. HEX triplet: C1, 76 and F2. RGB value is (193,118,242). Sum of RGB (Red+Green+Blue) = 193+118+242=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #C176F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C176F2 is #3E890D. Grayscale: #9A9A9A. Windows color (decimal): -4098318 or 15890113. OLE color: 15890113.

HSL color Cylindrical-coordinate representation of color #C176F2: hue angle of 276.29º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C176F2 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 118 242 -
CMYK 0.20 0.51 0 0.05
HSL 276.29º 0.83% 0.71% -
HSV(B) 276.29º 0.51% 0.95% -
XYZ 44.5 30.71 87.59 -
YUV 154.56 177.35 155.42 -
System Red Green Blue C M Y K H S L
Decimal 193 118 242 0.20 0.51 0 0.05 276.29 0.83 0.71
Hex C1 76 F2 14 33 0 5 114 53 47
Octal 301 166 362 24 63 0 5 424 123 107
Binary 11000001 1110110 11110010 10100 110011 0 101 100010100 1010011 1000111

Color Harmonies of #C176F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C176F2

Black with #C176F2

Text Example


Text Example

White with #C176F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C176F2; }

 p { color: rgb(193,118,242); }

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

background-color css

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

 a { background-color: rgb(193,118,242); }

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

border-color css

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

 span { border-color: rgb(193,118,242); }

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