Html Css Color HEX #C17DE6 Wisteria

📋 copy color: '#C17DE6'

red 193 ◦ green 125 ◦ blue 230

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

Shades of Wisteria #C17DE6

Tints of Wisteria #C17DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.97%

R = 35.22%
G = 22.81%
B = 41.97%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C17DE6 (or 0xC17DE6) is known color: Wisteria. HEX triplet: C1, 7D and E6. RGB value is (193,125,230). Sum of RGB (Red+Green+Blue) = 193+125+230=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #C17DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17DE6 is #3E8219. Grayscale: #9C9C9C. Windows color (decimal): -4096538 or 15105473. OLE color: 15105473.

HSL color Cylindrical-coordinate representation of color #C17DE6: hue angle of 278.86º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C17DE6 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 125 230 -
CMYK 0.16 0.46 0 0.10
HSL 278.86º 0.68% 0.7% -
HSV(B) 278.86º 0.46% 0.9% -
XYZ 43.61 31.72 78.69 -
YUV 157.3 169.03 153.46 -
System Red Green Blue C M Y K H S L
Decimal 193 125 230 0.16 0.46 0 0.10 278.86 0.68 0.7
Hex C1 7D E6 10 2E 0 A 117 44 46
Octal 301 175 346 20 56 0 12 427 104 106
Binary 11000001 1111101 11100110 10000 101110 0 1010 100010111 1000100 1000110

Color Harmonies of #C17DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17DE6

Black with #C17DE6

Text Example


Text Example

White with #C17DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17DE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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