Html Css Color HEX #C095CE Wisteria

📋 copy color: '#C095CE'

red 192 ◦ green 149 ◦ blue 206

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

Shades of Wisteria #C095CE

Tints of Wisteria #C095CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.24%

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 35.1%
G = 27.24%
B = 37.66%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C095CE (or 0xC095CE) is known color: Wisteria. HEX triplet: C0, 95 and CE. RGB value is (192,149,206). Sum of RGB (Red+Green+Blue) = 192+149+206=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #C095CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095CE is #3F6A31. Grayscale: #A8A8A8. Windows color (decimal): -4155954 or 13538752. OLE color: 13538752.

HSL color Cylindrical-coordinate representation of color #C095CE: hue angle of 285.26º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C095CE is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 149 206 -
CMYK 0.07 0.28 0 0.19
HSL 285.26º 0.37% 0.7% -
HSV(B) 285.26º 0.28% 0.81% -
XYZ 43.63 37.16 63.27 -
YUV 168.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 192 149 206 0.07 0.28 0 0.19 285.26 0.37 0.7
Hex C0 95 CE 7 1C 0 13 11D 25 46
Octal 300 225 316 7 34 0 23 435 45 106
Binary 11000000 10010101 11001110 111 11100 0 10011 100011101 100101 1000110

Color Harmonies of #C095CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C095CE

Black with #C095CE

Text Example


Text Example

White with #C095CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C095CE; }

 p { color: rgb(192,149,206); }

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

background-color css

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

 a { background-color: rgb(192,149,206); }

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

border-color css

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

 span { border-color: rgb(192,149,206); }

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