Html Css Color HEX #C17CFA Heliotrope

📋 copy color: '#C17CFA'

red 193 ◦ green 124 ◦ blue 250

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

Shades of Heliotrope #C17CFA

Tints of Heliotrope #C17CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.09%

R = 34.04%
G = 21.87%
B = 44.09%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C17CFA (or 0xC17CFA) is known color: Heliotrope. HEX triplet: C1, 7C and FA. RGB value is (193,124,250). Sum of RGB (Red+Green+Blue) = 193+124+250=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #C17CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17CFA is #3E8305. Grayscale: #9E9E9E. Windows color (decimal): -4096774 or 16415937. OLE color: 16415937.

HSL color Cylindrical-coordinate representation of color #C17CFA: hue angle of 272.86º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C17CFA is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 124 250 -
CMYK 0.23 0.50 0 0.02
HSL 272.86º 0.93% 0.73% -
HSV(B) 272.86º 0.5% 0.98% -
XYZ 46.46 32.65 94.3 -
YUV 159 179.36 152.25 -
System Red Green Blue C M Y K H S L
Decimal 193 124 250 0.23 0.50 0 0.02 272.86 0.93 0.73
Hex C1 7C FA 17 32 0 2 111 5D 49
Octal 301 174 372 27 62 0 2 421 135 111
Binary 11000001 1111100 11111010 10111 110010 0 10 100010001 1011101 1001001

Color Harmonies of #C17CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17CFA

Black with #C17CFA

Text Example


Text Example

White with #C17CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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