Html Css Color HEX #C17CE1 Wisteria

📋 copy color: '#C17CE1'

red 193 ◦ green 124 ◦ blue 225

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

Shades of Wisteria #C17CE1

Tints of Wisteria #C17CE1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.88%

 BLUE value IS 225 (88.28% from 255) = 41.51%

R = 35.61%
G = 22.88%
B = 41.51%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C17CE1 (or 0xC17CE1) is known color: Wisteria. HEX triplet: C1, 7C and E1. RGB value is (193,124,225). Sum of RGB (Red+Green+Blue) = 193+124+225=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #C17CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CE1 is #3E831E. Grayscale: #9B9B9B. Windows color (decimal): -4096799 or 14777537. OLE color: 14777537.

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

Color convert

RGB 193 124 225 -
CMYK 0.14 0.45 0 0.12
HSL 280.99º 0.63% 0.68% -
HSV(B) 280.99º 0.45% 0.88% -
XYZ 42.79 31.19 75 -
YUV 156.15 166.86 154.29 -
System Red Green Blue C M Y K H S L
Decimal 193 124 225 0.14 0.45 0 0.12 280.99 0.63 0.68
Hex C1 7C E1 E 2D 0 C 119 3F 44
Octal 301 174 341 16 55 0 14 431 77 104
Binary 11000001 1111100 11100001 1110 101101 0 1100 100011001 111111 1000100

Color Harmonies of #C17CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17CE1

Black with #C17CE1

Text Example


Text Example

White with #C17CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17CE1; }

 p { color: rgb(193,124,225); }

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

background-color css

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

 a { background-color: rgb(193,124,225); }

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

border-color css

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

 span { border-color: rgb(193,124,225); }

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