Html Css Color HEX #C398CE Wisteria

📋 copy color: '#C398CE'

red 195 ◦ green 152 ◦ blue 206

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

Shades of Wisteria #C398CE

Tints of Wisteria #C398CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.25%

R = 35.26%
G = 27.49%
B = 37.25%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C398CE (or 0xC398CE) is known color: Wisteria. HEX triplet: C3, 98 and CE. RGB value is (195,152,206). Sum of RGB (Red+Green+Blue) = 195+152+206=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #C398CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C398CE is #3C6731. Grayscale: #AAAAAA. Windows color (decimal): -3958578 or 13539523. OLE color: 13539523.

HSL color Cylindrical-coordinate representation of color #C398CE: hue angle of 287.78º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C398CE is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 152 206 -
CMYK 0.05 0.26 0 0.19
HSL 287.78º 0.36% 0.7% -
HSV(B) 287.78º 0.26% 0.81% -
XYZ 44.87 38.51 63.46 -
YUV 171.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 195 152 206 0.05 0.26 0 0.19 287.78 0.36 0.7
Hex C3 98 CE 5 1A 0 13 120 24 46
Octal 303 230 316 5 32 0 23 440 44 106
Binary 11000011 10011000 11001110 101 11010 0 10011 100100000 100100 1000110

Color Harmonies of #C398CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C398CE

Black with #C398CE

Text Example


Text Example

White with #C398CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C398CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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