Html Css Color HEX #C17EE1 Wisteria

📋 copy color: '#C17EE1'

red 193 ◦ green 126 ◦ blue 225

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

Shades of Wisteria #C17EE1

Tints of Wisteria #C17EE1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.16%

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

R = 35.48%
G = 23.16%
B = 41.36%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C17EE1 (or 0xC17EE1) is known color: Wisteria. HEX triplet: C1, 7E and E1. RGB value is (193,126,225). Sum of RGB (Red+Green+Blue) = 193+126+225=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #C17EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17EE1 is #3E811E. Grayscale: #9C9C9C. Windows color (decimal): -4096287 or 14778049. OLE color: 14778049.

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

Color convert

RGB 193 126 225 -
CMYK 0.14 0.44 0 0.12
HSL 280.61º 0.62% 0.69% -
HSV(B) 280.61º 0.44% 0.88% -
XYZ 43.04 31.7 75.08 -
YUV 157.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 193 126 225 0.14 0.44 0 0.12 280.61 0.62 0.69
Hex C1 7E E1 E 2C 0 C 119 3E 45
Octal 301 176 341 16 54 0 14 431 76 105
Binary 11000001 1111110 11100001 1110 101100 0 1100 100011001 111110 1000101

Color Harmonies of #C17EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17EE1

Black with #C17EE1

Text Example


Text Example

White with #C17EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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