Html Css Color HEX #C097DF Wisteria

📋 copy color: '#C097DF'

red 192 ◦ green 151 ◦ blue 223

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

Shades of Wisteria #C097DF

Tints of Wisteria #C097DF

RGB

 RED value IS 192 (75.39% from 255) = 33.92%

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

 BLUE value IS 223 (87.5% from 255) = 39.4%

R = 33.92%
G = 26.68%
B = 39.4%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C097DF (or 0xC097DF) is known color: Wisteria. HEX triplet: C0, 97 and DF. RGB value is (192,151,223). Sum of RGB (Red+Green+Blue) = 192+151+223=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #C097DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097DF is #3F6820. Grayscale: #ABABAB. Windows color (decimal): -4155425 or 14653376. OLE color: 14653376.

HSL color Cylindrical-coordinate representation of color #C097DF: hue angle of 274.17º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C097DF is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 151 223 -
CMYK 0.14 0.32 0 0.13
HSL 274.17º 0.53% 0.73% -
HSV(B) 274.17º 0.32% 0.87% -
XYZ 46.12 38.67 74.84 -
YUV 171.47 157.08 142.65 -
System Red Green Blue C M Y K H S L
Decimal 192 151 223 0.14 0.32 0 0.13 274.17 0.53 0.73
Hex C0 97 DF E 20 0 D 112 35 49
Octal 300 227 337 16 40 0 15 422 65 111
Binary 11000000 10010111 11011111 1110 100000 0 1101 100010010 110101 1001001

Color Harmonies of #C097DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C097DF

Black with #C097DF

Text Example


Text Example

White with #C097DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C097DF; }

 p { color: rgb(192,151,223); }

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

background-color css

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

 a { background-color: rgb(192,151,223); }

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

border-color css

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

 span { border-color: rgb(192,151,223); }

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