Html Css Color HEX #C17AE1 Wisteria

📋 copy color: '#C17AE1'

red 193 ◦ green 122 ◦ blue 225

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

Shades of Wisteria #C17AE1

Tints of Wisteria #C17AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.67%

R = 35.74%
G = 22.59%
B = 41.67%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C17AE1 (or 0xC17AE1) is known color: Wisteria. HEX triplet: C1, 7A and E1. RGB value is (193,122,225). Sum of RGB (Red+Green+Blue) = 193+122+225=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #C17AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17AE1 is #3E851E. Grayscale: #9A9A9A. Windows color (decimal): -4097311 or 14777025. OLE color: 14777025.

HSL color Cylindrical-coordinate representation of color #C17AE1: hue angle of 281.36º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C17AE1 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 122 225 -
CMYK 0.14 0.46 0 0.12
HSL 281.36º 0.63% 0.68% -
HSV(B) 281.36º 0.46% 0.88% -
XYZ 42.54 30.69 74.92 -
YUV 154.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 193 122 225 0.14 0.46 0 0.12 281.36 0.63 0.68
Hex C1 7A E1 E 2E 0 C 119 3F 44
Octal 301 172 341 16 56 0 14 431 77 104
Binary 11000001 1111010 11100001 1110 101110 0 1100 100011001 111111 1000100

Color Harmonies of #C17AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17AE1

Black with #C17AE1

Text Example


Text Example

White with #C17AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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