Html Css Color HEX #C398D7 Wisteria

📋 copy color: '#C398D7'

red 195 ◦ green 152 ◦ blue 215

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

Shades of Wisteria #C398D7

Tints of Wisteria #C398D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.26%

R = 34.7%
G = 27.05%
B = 38.26%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C398D7 (or 0xC398D7) is known color: Wisteria. HEX triplet: C3, 98 and D7. RGB value is (195,152,215). Sum of RGB (Red+Green+Blue) = 195+152+215=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #C398D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C398D7 is #3C6728. Grayscale: #ABABAB. Windows color (decimal): -3958569 or 14129347. OLE color: 14129347.

HSL color Cylindrical-coordinate representation of color #C398D7: hue angle of 280.95º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C398D7 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 152 215 -
CMYK 0.09 0.29 0 0.16
HSL 280.95º 0.44% 0.72% -
HSV(B) 280.95º 0.29% 0.84% -
XYZ 46 38.96 69.39 -
YUV 172.04 152.25 144.38 -
System Red Green Blue C M Y K H S L
Decimal 195 152 215 0.09 0.29 0 0.16 280.95 0.44 0.72
Hex C3 98 D7 9 1D 0 10 119 2C 48
Octal 303 230 327 11 35 0 20 431 54 110
Binary 11000011 10011000 11010111 1001 11101 0 10000 100011001 101100 1001000

Color Harmonies of #C398D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C398D7

Black with #C398D7

Text Example


Text Example

White with #C398D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C398D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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