Html Css Color HEX #C097DD Wisteria

📋 copy color: '#C097DD'

red 192 ◦ green 151 ◦ blue 221

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

Shades of Wisteria #C097DD

Tints of Wisteria #C097DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 34.04%
G = 26.77%
B = 39.18%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C097DD (or 0xC097DD) is known color: Wisteria. HEX triplet: C0, 97 and DD. RGB value is (192,151,221). Sum of RGB (Red+Green+Blue) = 192+151+221=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #C097DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097DD is #3F6822. Grayscale: #ABABAB. Windows color (decimal): -4155427 or 14522304. OLE color: 14522304.

HSL color Cylindrical-coordinate representation of color #C097DD: hue angle of 275.14º degrees, saturation: 0.51, 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 #C097DD is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 151 221 -
CMYK 0.13 0.32 0 0.13
HSL 275.14º 0.51% 0.73% -
HSV(B) 275.14º 0.32% 0.87% -
XYZ 45.86 38.56 73.43 -
YUV 171.24 156.08 142.81 -
System Red Green Blue C M Y K H S L
Decimal 192 151 221 0.13 0.32 0 0.13 275.14 0.51 0.73
Hex C0 97 DD D 20 0 D 113 33 49
Octal 300 227 335 15 40 0 15 423 63 111
Binary 11000000 10010111 11011101 1101 100000 0 1101 100010011 110011 1001001

Color Harmonies of #C097DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C097DD

Black with #C097DD

Text Example


Text Example

White with #C097DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C097DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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