Html Css Color HEX #C17DE2 Wisteria

📋 copy color: '#C17DE2'

red 193 ◦ green 125 ◦ blue 226

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

Shades of Wisteria #C17DE2

Tints of Wisteria #C17DE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.54%

R = 35.48%
G = 22.98%
B = 41.54%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C17DE2 (or 0xC17DE2) is known color: Wisteria. HEX triplet: C1, 7D and E2. RGB value is (193,125,226). Sum of RGB (Red+Green+Blue) = 193+125+226=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 226 (88.67% from 255 or 41.54% from 544); Max value from RGB is 226 - color contains mainly: blue. Hex color #C17DE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DE2 is #3E821D. Grayscale: #9C9C9C. Windows color (decimal): -4096542 or 14843329. OLE color: 14843329.

HSL color Cylindrical-coordinate representation of color #C17DE2: hue angle of 280.4º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C17DE2 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 193 125 226 -
CMYK 0.15 0.45 0 0.11
HSL 280.4º 0.64% 0.69% -
HSV(B) 280.4º 0.45% 0.89% -
XYZ 43.05 31.5 75.76 -
YUV 156.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 193 125 226 0.15 0.45 0 0.11 280.4 0.64 0.69
Hex C1 7D E2 F 2D 0 B 118 40 45
Octal 301 175 342 17 55 0 13 430 100 105
Binary 11000001 1111101 11100010 1111 101101 0 1011 100011000 1000000 1000101

Color Harmonies of #C17DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17DE2

Black with #C17DE2

Text Example


Text Example

White with #C17DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17DE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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