Html Css Color HEX #C17AE6 Wisteria

📋 copy color: '#C17AE6'

red 193 ◦ green 122 ◦ blue 230

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

Shades of Wisteria #C17AE6

Tints of Wisteria #C17AE6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.39%

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

R = 35.41%
G = 22.39%
B = 42.2%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C17AE6 (or 0xC17AE6) is known color: Wisteria. HEX triplet: C1, 7A and E6. RGB value is (193,122,230). Sum of RGB (Red+Green+Blue) = 193+122+230=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #C17AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17AE6 is #3E8519. Grayscale: #9B9B9B. Windows color (decimal): -4097306 or 15104705. OLE color: 15104705.

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

Color convert

RGB 193 122 230 -
CMYK 0.16 0.47 0 0.10
HSL 279.44º 0.68% 0.69% -
HSV(B) 279.44º 0.47% 0.9% -
XYZ 43.23 30.97 78.56 -
YUV 155.54 170.02 154.72 -
System Red Green Blue C M Y K H S L
Decimal 193 122 230 0.16 0.47 0 0.10 279.44 0.68 0.69
Hex C1 7A E6 10 2F 0 A 117 44 45
Octal 301 172 346 20 57 0 12 427 104 105
Binary 11000001 1111010 11100110 10000 101111 0 1010 100010111 1000100 1000101

Color Harmonies of #C17AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17AE6

Black with #C17AE6

Text Example


Text Example

White with #C17AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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