Html Css Color HEX #C397EB Wisteria

📋 copy color: '#C397EB'

red 195 ◦ green 151 ◦ blue 235

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

Shades of Wisteria #C397EB

Tints of Wisteria #C397EB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.99%

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

R = 33.56%
G = 25.99%
B = 40.45%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C397EB (or 0xC397EB) is known color: Wisteria. HEX triplet: C3, 97 and EB. RGB value is (195,151,235). Sum of RGB (Red+Green+Blue) = 195+151+235=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #C397EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C397EB is #3C6814. Grayscale: #ADADAD. Windows color (decimal): -3958805 or 15439811. OLE color: 15439811.

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

Color convert

RGB 195 151 235 -
CMYK 0.17 0.36 0 0.08
HSL 271.43º 0.68% 0.76% -
HSV(B) 271.43º 0.36% 0.92% -
XYZ 48.57 39.73 83.71 -
YUV 173.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 195 151 235 0.17 0.36 0 0.08 271.43 0.68 0.76
Hex C3 97 EB 11 24 0 8 10F 44 4C
Octal 303 227 353 21 44 0 10 417 104 114
Binary 11000011 10010111 11101011 10001 100100 0 1000 100001111 1000100 1001100

Color Harmonies of #C397EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C397EB

Black with #C397EB

Text Example


Text Example

White with #C397EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C397EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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