Html Css Color HEX #C17CF2 Heliotrope

📋 copy color: '#C17CF2'

red 193 ◦ green 124 ◦ blue 242

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

Shades of Heliotrope #C17CF2

Tints of Heliotrope #C17CF2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.18%

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

R = 34.53%
G = 22.18%
B = 43.29%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C17CF2 (or 0xC17CF2) is known color: Heliotrope. HEX triplet: C1, 7C and F2. RGB value is (193,124,242). Sum of RGB (Red+Green+Blue) = 193+124+242=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #C17CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17CF2 is #3E830D. Grayscale: #9D9D9D. Windows color (decimal): -4096782 or 15891649. OLE color: 15891649.

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

Color convert

RGB 193 124 242 -
CMYK 0.20 0.49 0 0.05
HSL 275.08º 0.82% 0.72% -
HSV(B) 275.08º 0.49% 0.95% -
XYZ 45.23 32.16 87.83 -
YUV 158.08 175.36 152.91 -
System Red Green Blue C M Y K H S L
Decimal 193 124 242 0.20 0.49 0 0.05 275.08 0.82 0.72
Hex C1 7C F2 14 31 0 5 113 52 48
Octal 301 174 362 24 61 0 5 423 122 110
Binary 11000001 1111100 11110010 10100 110001 0 101 100010011 1010010 1001000

Color Harmonies of #C17CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17CF2

Black with #C17CF2

Text Example


Text Example

White with #C17CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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