Html Css Color HEX #C398E5 Wisteria

📋 copy color: '#C398E5'

red 195 ◦ green 152 ◦ blue 229

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

Shades of Wisteria #C398E5

Tints of Wisteria #C398E5

RGB

 RED value IS 195 (76.56% from 255) = 33.85%

 GREEN value IS 152 (59.77% from 255) = 26.39%

 BLUE value IS 229 (89.84% from 255) = 39.76%

R = 33.85%
G = 26.39%
B = 39.76%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C398E5 (or 0xC398E5) is known color: Wisteria. HEX triplet: C3, 98 and E5. RGB value is (195,152,229). Sum of RGB (Red+Green+Blue) = 195+152+229=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #C398E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C398E5 is #3C671A. Grayscale: #ADADAD. Windows color (decimal): -3958555 or 15046851. OLE color: 15046851.

HSL color Cylindrical-coordinate representation of color #C398E5: hue angle of 273.51º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C398E5 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 195 152 229 -
CMYK 0.15 0.34 0 0.10
HSL 273.51º 0.6% 0.75% -
HSV(B) 273.51º 0.34% 0.9% -
XYZ 47.88 39.72 79.27 -
YUV 173.64 159.25 143.24 -
System Red Green Blue C M Y K H S L
Decimal 195 152 229 0.15 0.34 0 0.10 273.51 0.6 0.75
Hex C3 98 E5 F 22 0 A 112 3C 4B
Octal 303 230 345 17 42 0 12 422 74 113
Binary 11000011 10011000 11100101 1111 100010 0 1010 100010010 111100 1001011

Color Harmonies of #C398E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C398E5

Black with #C398E5

Text Example


Text Example

White with #C398E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C398E5; }

 p { color: rgb(195,152,229); }

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

background-color css

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

 a { background-color: rgb(195,152,229); }

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

border-color css

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

 span { border-color: rgb(195,152,229); }

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