Html Css Color HEX #C398DF Wisteria

📋 copy color: '#C398DF'

red 195 ◦ green 152 ◦ blue 223

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

Shades of Wisteria #C398DF

Tints of Wisteria #C398DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 34.21%
G = 26.67%
B = 39.12%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C398DF (or 0xC398DF) is known color: Wisteria. HEX triplet: C3, 98 and DF. RGB value is (195,152,223). Sum of RGB (Red+Green+Blue) = 195+152+223=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #C398DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C398DF is #3C6720. Grayscale: #ACACAC. Windows color (decimal): -3958561 or 14653635. OLE color: 14653635.

HSL color Cylindrical-coordinate representation of color #C398DF: hue angle of 276.34º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C398DF is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 152 223 -
CMYK 0.13 0.32 0 0.13
HSL 276.34º 0.53% 0.74% -
HSV(B) 276.34º 0.32% 0.87% -
XYZ 47.05 39.39 74.93 -
YUV 172.95 156.25 143.73 -
System Red Green Blue C M Y K H S L
Decimal 195 152 223 0.13 0.32 0 0.13 276.34 0.53 0.74
Hex C3 98 DF D 20 0 D 114 35 4A
Octal 303 230 337 15 40 0 15 424 65 112
Binary 11000011 10011000 11011111 1101 100000 0 1101 100010100 110101 1001010

Color Harmonies of #C398DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C398DF

Black with #C398DF

Text Example


Text Example

White with #C398DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C398DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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