Html Css Color HEX #C097DB Wisteria

📋 copy color: '#C097DB'

red 192 ◦ green 151 ◦ blue 219

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

Shades of Wisteria #C097DB

Tints of Wisteria #C097DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.97%

R = 34.16%
G = 26.87%
B = 38.97%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C097DB (or 0xC097DB) is known color: Wisteria. HEX triplet: C0, 97 and DB. RGB value is (192,151,219). Sum of RGB (Red+Green+Blue) = 192+151+219=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #C097DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097DB is #3F6824. Grayscale: #AAAAAA. Windows color (decimal): -4155429 or 14391232. OLE color: 14391232.

HSL color Cylindrical-coordinate representation of color #C097DB: hue angle of 276.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C097DB is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 151 219 -
CMYK 0.12 0.31 0 0.14
HSL 276.18º 0.49% 0.73% -
HSV(B) 276.18º 0.31% 0.86% -
XYZ 45.59 38.45 72.04 -
YUV 171.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 192 151 219 0.12 0.31 0 0.14 276.18 0.49 0.73
Hex C0 97 DB C 1F 0 E 114 31 49
Octal 300 227 333 14 37 0 16 424 61 111
Binary 11000000 10010111 11011011 1100 11111 0 1110 100010100 110001 1001001

Color Harmonies of #C097DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C097DB

Black with #C097DB

Text Example


Text Example

White with #C097DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C097DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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