Html Css Color HEX #C097D7 Wisteria

📋 copy color: '#C097D7'

red 192 ◦ green 151 ◦ blue 215

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

Shades of Wisteria #C097D7

Tints of Wisteria #C097D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.53%

R = 34.41%
G = 27.06%
B = 38.53%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C097D7 (or 0xC097D7) is known color: Wisteria. HEX triplet: C0, 97 and D7. RGB value is (192,151,215). Sum of RGB (Red+Green+Blue) = 192+151+215=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #C097D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097D7 is #3F6828. Grayscale: #AAAAAA. Windows color (decimal): -4155433 or 14129088. OLE color: 14129088.

HSL color Cylindrical-coordinate representation of color #C097D7: hue angle of 278.44º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C097D7 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 151 215 -
CMYK 0.11 0.30 0 0.16
HSL 278.44º 0.44% 0.72% -
HSV(B) 278.44º 0.3% 0.84% -
XYZ 45.07 38.25 69.3 -
YUV 170.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 192 151 215 0.11 0.30 0 0.16 278.44 0.44 0.72
Hex C0 97 D7 B 1E 0 10 116 2C 48
Octal 300 227 327 13 36 0 20 426 54 110
Binary 11000000 10010111 11010111 1011 11110 0 10000 100010110 101100 1001000

Color Harmonies of #C097D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C097D7

Black with #C097D7

Text Example


Text Example

White with #C097D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C097D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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