Html Css Color HEX #C097D9 Wisteria

📋 copy color: '#C097D9'

red 192 ◦ green 151 ◦ blue 217

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

Shades of Wisteria #C097D9

Tints of Wisteria #C097D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.75%

R = 34.29%
G = 26.96%
B = 38.75%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C097D9 (or 0xC097D9) is known color: Wisteria. HEX triplet: C0, 97 and D9. RGB value is (192,151,217). Sum of RGB (Red+Green+Blue) = 192+151+217=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #C097D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097D9 is #3F6826. Grayscale: #AAAAAA. Windows color (decimal): -4155431 or 14260160. OLE color: 14260160.

HSL color Cylindrical-coordinate representation of color #C097D9: hue angle of 277.27º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C097D9 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 151 217 -
CMYK 0.12 0.30 0 0.15
HSL 277.27º 0.46% 0.72% -
HSV(B) 277.27º 0.3% 0.85% -
XYZ 45.33 38.35 70.66 -
YUV 170.78 154.08 143.13 -
System Red Green Blue C M Y K H S L
Decimal 192 151 217 0.12 0.30 0 0.15 277.27 0.46 0.72
Hex C0 97 D9 C 1E 0 F 115 2E 48
Octal 300 227 331 14 36 0 17 425 56 110
Binary 11000000 10010111 11011001 1100 11110 0 1111 100010101 101110 1001000

Color Harmonies of #C097D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C097D9

Black with #C097D9

Text Example


Text Example

White with #C097D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C097D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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