Html Css Color HEX #C17EDB Wisteria

📋 copy color: '#C17EDB'

red 193 ◦ green 126 ◦ blue 219

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

Shades of Wisteria #C17EDB

Tints of Wisteria #C17EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 35.87%
G = 23.42%
B = 40.71%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C17EDB (or 0xC17EDB) is known color: Wisteria. HEX triplet: C1, 7E and DB. RGB value is (193,126,219). Sum of RGB (Red+Green+Blue) = 193+126+219=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #C17EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17EDB is #3E8124. Grayscale: #9C9C9C. Windows color (decimal): -4096293 or 14384833. OLE color: 14384833.

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

Color convert

RGB 193 126 219 -
CMYK 0.12 0.42 0 0.14
HSL 283.23º 0.56% 0.68% -
HSV(B) 283.23º 0.42% 0.86% -
XYZ 42.24 31.37 70.85 -
YUV 156.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 193 126 219 0.12 0.42 0 0.14 283.23 0.56 0.68
Hex C1 7E DB C 2A 0 E 11B 38 44
Octal 301 176 333 14 52 0 16 433 70 104
Binary 11000001 1111110 11011011 1100 101010 0 1110 100011011 111000 1000100

Color Harmonies of #C17EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17EDB

Black with #C17EDB

Text Example


Text Example

White with #C17EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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