Html Css Color HEX #C17AF2 Heliotrope

📋 copy color: '#C17AF2'

red 193 ◦ green 122 ◦ blue 242

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

Shades of Heliotrope #C17AF2

Tints of Heliotrope #C17AF2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.9%

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

R = 34.65%
G = 21.9%
B = 43.45%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C17AF2 (or 0xC17AF2) is known color: Heliotrope. HEX triplet: C1, 7A and F2. RGB value is (193,122,242). Sum of RGB (Red+Green+Blue) = 193+122+242=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #C17AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17AF2 is #3E850D. Grayscale: #9C9C9C. Windows color (decimal): -4097294 or 15891137. OLE color: 15891137.

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

Color convert

RGB 193 122 242 -
CMYK 0.20 0.50 0 0.05
HSL 275.5º 0.82% 0.71% -
HSV(B) 275.5º 0.5% 0.95% -
XYZ 44.98 31.67 87.75 -
YUV 156.91 176.02 153.74 -
System Red Green Blue C M Y K H S L
Decimal 193 122 242 0.20 0.50 0 0.05 275.5 0.82 0.71
Hex C1 7A F2 14 32 0 5 114 52 47
Octal 301 172 362 24 62 0 5 424 122 107
Binary 11000001 1111010 11110010 10100 110010 0 101 100010100 1010010 1000111

Color Harmonies of #C17AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17AF2

Black with #C17AF2

Text Example


Text Example

White with #C17AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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