Html Css Color HEX #C17EEA Wisteria

📋 copy color: '#C17EEA'

red 193 ◦ green 126 ◦ blue 234

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

Shades of Wisteria #C17EEA

Tints of Wisteria #C17EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.78%

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 34.9%
G = 22.78%
B = 42.31%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C17EEA (or 0xC17EEA) is known color: Wisteria. HEX triplet: C1, 7E and EA. RGB value is (193,126,234). Sum of RGB (Red+Green+Blue) = 193+126+234=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #C17EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17EEA is #3E8115. Grayscale: #9D9D9D. Windows color (decimal): -4096278 or 15367873. OLE color: 15367873.

HSL color Cylindrical-coordinate representation of color #C17EEA: hue angle of 277.22º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C17EEA is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 126 234 -
CMYK 0.18 0.46 0 0.08
HSL 277.22º 0.72% 0.71% -
HSV(B) 277.22º 0.46% 0.92% -
XYZ 44.3 32.2 81.72 -
YUV 158.35 170.7 152.72 -
System Red Green Blue C M Y K H S L
Decimal 193 126 234 0.18 0.46 0 0.08 277.22 0.72 0.71
Hex C1 7E EA 12 2E 0 8 115 48 47
Octal 301 176 352 22 56 0 10 425 110 107
Binary 11000001 1111110 11101010 10010 101110 0 1000 100010101 1001000 1000111

Color Harmonies of #C17EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17EEA

Black with #C17EEA

Text Example


Text Example

White with #C17EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17EEA; }

 p { color: rgb(193,126,234); }

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

background-color css

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

 a { background-color: rgb(193,126,234); }

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

border-color css

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

 span { border-color: rgb(193,126,234); }

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