Html Css Color HEX #C17FDB Wisteria

📋 copy color: '#C17FDB'

red 193 ◦ green 127 ◦ blue 219

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

Shades of Wisteria #C17FDB

Tints of Wisteria #C17FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 23.56%

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

R = 35.81%
G = 23.56%
B = 40.63%

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

#C17FDB (or 0xC17FDB) is known color: Wisteria. HEX triplet: C1, 7F and DB. RGB value is (193,127,219). Sum of RGB (Red+Green+Blue) = 193+127+219=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #C17FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FDB is #3E8024. Grayscale: #9C9C9C. Windows color (decimal): -4096037 or 14385089. OLE color: 14385089.

HSL color Cylindrical-coordinate representation of color #C17FDB: hue angle of 283.04º 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 #C17FDB is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 127 219 -
CMYK 0.12 0.42 0 0.14
HSL 283.04º 0.56% 0.68% -
HSV(B) 283.04º 0.42% 0.86% -
XYZ 42.37 31.63 70.89 -
YUV 157.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 193 127 219 0.12 0.42 0 0.14 283.04 0.56 0.68
Hex C1 7F DB C 2A 0 E 11B 38 44
Octal 301 177 333 14 52 0 16 433 70 104
Binary 11000001 1111111 11011011 1100 101010 0 1110 100011011 111000 1000100

Color Harmonies of #C17FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17FDB

Black with #C17FDB

Text Example


Text Example

White with #C17FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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