Html Css Color HEX #C097DA Wisteria

📋 copy color: '#C097DA'

red 192 ◦ green 151 ◦ blue 218

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

Shades of Wisteria #C097DA

Tints of Wisteria #C097DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 34.22%
G = 26.92%
B = 38.86%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C097DA (or 0xC097DA) is known color: Wisteria. HEX triplet: C0, 97 and DA. RGB value is (192,151,218). Sum of RGB (Red+Green+Blue) = 192+151+218=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #C097DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097DA is #3F6825. Grayscale: #AAAAAA. Windows color (decimal): -4155430 or 14325696. OLE color: 14325696.

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

Color convert

RGB 192 151 218 -
CMYK 0.12 0.31 0 0.15
HSL 276.72º 0.48% 0.72% -
HSV(B) 276.72º 0.31% 0.85% -
XYZ 45.46 38.4 71.35 -
YUV 170.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 192 151 218 0.12 0.31 0 0.15 276.72 0.48 0.72
Hex C0 97 DA C 1F 0 F 115 30 48
Octal 300 227 332 14 37 0 17 425 60 110
Binary 11000000 10010111 11011010 1100 11111 0 1111 100010101 110000 1001000

Color Harmonies of #C097DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C097DA

Black with #C097DA

Text Example


Text Example

White with #C097DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C097DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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