Html Css Color HEX #C097E1 Wisteria

📋 copy color: '#C097E1'

red 192 ◦ green 151 ◦ blue 225

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

Shades of Wisteria #C097E1

Tints of Wisteria #C097E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.61%

R = 33.8%
G = 26.58%
B = 39.61%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C097E1 (or 0xC097E1) is known color: Wisteria. HEX triplet: C0, 97 and E1. RGB value is (192,151,225). Sum of RGB (Red+Green+Blue) = 192+151+225=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #C097E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097E1 is #3F681E. Grayscale: #ABABAB. Windows color (decimal): -4155423 or 14784448. OLE color: 14784448.

HSL color Cylindrical-coordinate representation of color #C097E1: hue angle of 273.24º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C097E1 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 151 225 -
CMYK 0.15 0.33 0 0.12
HSL 273.24º 0.55% 0.74% -
HSV(B) 273.24º 0.33% 0.88% -
XYZ 46.4 38.78 76.27 -
YUV 171.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 192 151 225 0.15 0.33 0 0.12 273.24 0.55 0.74
Hex C0 97 E1 F 21 0 C 111 37 4A
Octal 300 227 341 17 41 0 14 421 67 112
Binary 11000000 10010111 11100001 1111 100001 0 1100 100010001 110111 1001010

Color Harmonies of #C097E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C097E1

Black with #C097E1

Text Example


Text Example

White with #C097E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C097E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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