Html Css Color HEX #C17DDD Wisteria

📋 copy color: '#C17DDD'

red 193 ◦ green 125 ◦ blue 221

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

Shades of Wisteria #C17DDD

Tints of Wisteria #C17DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.19%

 BLUE value IS 221 (86.72% from 255) = 41%

R = 35.81%
G = 23.19%
B = 41%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C17DDD (or 0xC17DDD) is known color: Wisteria. HEX triplet: C1, 7D and DD. RGB value is (193,125,221). Sum of RGB (Red+Green+Blue) = 193+125+221=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #C17DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DDD is #3E8222. Grayscale: #9B9B9B. Windows color (decimal): -4096547 or 14515649. OLE color: 14515649.

HSL color Cylindrical-coordinate representation of color #C17DDD: hue angle of 282.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C17DDD is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 125 221 -
CMYK 0.13 0.43 0 0.13
HSL 282.5º 0.59% 0.68% -
HSV(B) 282.5º 0.43% 0.87% -
XYZ 42.38 31.23 72.2 -
YUV 156.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 193 125 221 0.13 0.43 0 0.13 282.5 0.59 0.68
Hex C1 7D DD D 2B 0 D 11A 3B 44
Octal 301 175 335 15 53 0 15 432 73 104
Binary 11000001 1111101 11011101 1101 101011 0 1101 100011010 111011 1000100

Color Harmonies of #C17DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17DDD

Black with #C17DDD

Text Example


Text Example

White with #C17DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17DDD; }

 p { color: rgb(193,125,221); }

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

background-color css

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

 a { background-color: rgb(193,125,221); }

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

border-color css

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

 span { border-color: rgb(193,125,221); }

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