Html Css Color HEX #C17DEA Wisteria

📋 copy color: '#C17DEA'

red 193 ◦ green 125 ◦ blue 234

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

Shades of Wisteria #C17DEA

Tints of Wisteria #C17DEA

RGB

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

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

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

R = 34.96%
G = 22.64%
B = 42.39%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C17DEA (or 0xC17DEA) is known color: Wisteria. HEX triplet: C1, 7D and EA. RGB value is (193,125,234). Sum of RGB (Red+Green+Blue) = 193+125+234=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #C17DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17DEA is #3E8215. Grayscale: #9D9D9D. Windows color (decimal): -4096534 or 15367617. OLE color: 15367617.

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

Color convert

RGB 193 125 234 -
CMYK 0.18 0.47 0 0.08
HSL 277.43º 0.72% 0.7% -
HSV(B) 277.43º 0.47% 0.92% -
XYZ 44.18 31.95 81.68 -
YUV 157.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 193 125 234 0.18 0.47 0 0.08 277.43 0.72 0.7
Hex C1 7D EA 12 2F 0 8 115 48 46
Octal 301 175 352 22 57 0 10 425 110 106
Binary 11000001 1111101 11101010 10010 101111 0 1000 100010101 1001000 1000110

Color Harmonies of #C17DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17DEA

Black with #C17DEA

Text Example


Text Example

White with #C17DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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