Html Css Color HEX #C398EB Wisteria

📋 copy color: '#C398EB'

red 195 ◦ green 152 ◦ blue 235

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

Shades of Wisteria #C398EB

Tints of Wisteria #C398EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.38%

R = 33.51%
G = 26.12%
B = 40.38%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C398EB (or 0xC398EB) is known color: Wisteria. HEX triplet: C3, 98 and EB. RGB value is (195,152,235). Sum of RGB (Red+Green+Blue) = 195+152+235=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #C398EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C398EB is #3C6714. Grayscale: #AEAEAE. Windows color (decimal): -3958549 or 15440067. OLE color: 15440067.

HSL color Cylindrical-coordinate representation of color #C398EB: hue angle of 271.08º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C398EB is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 152 235 -
CMYK 0.17 0.35 0 0.08
HSL 271.08º 0.67% 0.76% -
HSV(B) 271.08º 0.35% 0.92% -
XYZ 48.73 40.06 83.76 -
YUV 174.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 195 152 235 0.17 0.35 0 0.08 271.08 0.67 0.76
Hex C3 98 EB 11 23 0 8 10F 43 4C
Octal 303 230 353 21 43 0 10 417 103 114
Binary 11000011 10011000 11101011 10001 100011 0 1000 100001111 1000011 1001100

Color Harmonies of #C398EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C398EB

Black with #C398EB

Text Example


Text Example

White with #C398EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C398EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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