Html Css Color HEX #C397ED Wisteria

📋 copy color: '#C397ED'

red 195 ◦ green 151 ◦ blue 237

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

Shades of Wisteria #C397ED

Tints of Wisteria #C397ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.65%

R = 33.45%
G = 25.9%
B = 40.65%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C397ED (or 0xC397ED) is known color: Wisteria. HEX triplet: C3, 97 and ED. RGB value is (195,151,237). Sum of RGB (Red+Green+Blue) = 195+151+237=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #C397ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C397ED is #3C6812. Grayscale: #ADADAD. Windows color (decimal): -3958803 or 15570883. OLE color: 15570883.

HSL color Cylindrical-coordinate representation of color #C397ED: hue angle of 270.7º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C397ED is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 151 237 -
CMYK 0.18 0.36 0 0.07
HSL 270.7º 0.7% 0.76% -
HSV(B) 270.7º 0.36% 0.93% -
XYZ 48.86 39.85 85.24 -
YUV 173.96 163.58 143.01 -
System Red Green Blue C M Y K H S L
Decimal 195 151 237 0.18 0.36 0 0.07 270.7 0.7 0.76
Hex C3 97 ED 12 24 0 7 10F 46 4C
Octal 303 227 355 22 44 0 7 417 106 114
Binary 11000011 10010111 11101101 10010 100100 0 111 100001111 1000110 1001100

Color Harmonies of #C397ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C397ED

Black with #C397ED

Text Example


Text Example

White with #C397ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C397ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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