Html Css Color HEX #C17AFF Heliotrope

📋 copy color: '#C17AFF'

red 193 ◦ green 122 ◦ blue 255

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

Shades of Heliotrope #C17AFF

Tints of Heliotrope #C17AFF

RGB

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

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

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

R = 33.86%
G = 21.4%
B = 44.74%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C17AFF (or 0xC17AFF) is known color: Heliotrope. HEX triplet: C1, 7A and FF. RGB value is (193,122,255). Sum of RGB (Red+Green+Blue) = 193+122+255=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #C17AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17AFF is #3E8500. Grayscale: #9D9D9D. Windows color (decimal): -4097281 or 16743105. OLE color: 16743105.

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

Color convert

RGB 193 122 255 -
CMYK 0.24 0.52 0 0
HSL 272.03º 1% 0.74% -
HSV(B) 272.03º 0.52% 1% -
XYZ 47 32.48 98.4 -
YUV 158.39 182.52 152.69 -
System Red Green Blue C M Y K H S L
Decimal 193 122 255 0.24 0.52 0 0 272.03 1 0.74
Hex C1 7A FF 18 34 0 0 110 64 4A
Octal 301 172 377 30 64 0 0 420 144 112
Binary 11000001 1111010 11111111 11000 110100 0 0 100010000 1100100 1001010

Color Harmonies of #C17AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17AFF

Black with #C17AFF

Text Example


Text Example

White with #C17AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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