Html Css Color HEX #C097D6 Wisteria

📋 copy color: '#C097D6'

red 192 ◦ green 151 ◦ blue 214

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

Shades of Wisteria #C097D6

Tints of Wisteria #C097D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.42%

R = 34.47%
G = 27.11%
B = 38.42%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C097D6 (or 0xC097D6) is known color: Wisteria. HEX triplet: C0, 97 and D6. RGB value is (192,151,214). Sum of RGB (Red+Green+Blue) = 192+151+214=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #C097D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097D6 is #3F6829. Grayscale: #AAAAAA. Windows color (decimal): -4155434 or 14063552. OLE color: 14063552.

HSL color Cylindrical-coordinate representation of color #C097D6: hue angle of 279.05º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C097D6 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 151 214 -
CMYK 0.10 0.29 0 0.16
HSL 279.05º 0.43% 0.72% -
HSV(B) 279.05º 0.29% 0.84% -
XYZ 44.94 38.19 68.62 -
YUV 170.44 152.58 143.38 -
System Red Green Blue C M Y K H S L
Decimal 192 151 214 0.10 0.29 0 0.16 279.05 0.43 0.72
Hex C0 97 D6 A 1D 0 10 117 2B 48
Octal 300 227 326 12 35 0 20 427 53 110
Binary 11000000 10010111 11010110 1010 11101 0 10000 100010111 101011 1001000

Color Harmonies of #C097D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C097D6

Black with #C097D6

Text Example


Text Example

White with #C097D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C097D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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