Html Css Color HEX #C097CC Wisteria

📋 copy color: '#C097CC'

red 192 ◦ green 151 ◦ blue 204

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

Shades of Wisteria #C097CC

Tints of Wisteria #C097CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 35.1%
G = 27.61%
B = 37.29%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C097CC (or 0xC097CC) is known color: Wisteria. HEX triplet: C0, 97 and CC. RGB value is (192,151,204). Sum of RGB (Red+Green+Blue) = 192+151+204=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #C097CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097CC is #3F6833. Grayscale: #A9A9A9. Windows color (decimal): -4155444 or 13408192. OLE color: 13408192.

HSL color Cylindrical-coordinate representation of color #C097CC: hue angle of 286.42º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C097CC is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 151 204 -
CMYK 0.06 0.26 0 0.2
HSL 286.42º 0.34% 0.7% -
HSV(B) 286.42º 0.26% 0.8% -
XYZ 43.7 37.7 62.1 -
YUV 169.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 192 151 204 0.06 0.26 0 0.2 286.42 0.34 0.7
Hex C0 97 CC 6 1A 0 14 11E 22 46
Octal 300 227 314 6 32 0 24 436 42 106
Binary 11000000 10010111 11001100 110 11010 0 10100 100011110 100010 1000110

Color Harmonies of #C097CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C097CC

Black with #C097CC

Text Example


Text Example

White with #C097CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C097CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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