Html Css Color HEX #C095D5 Wisteria

📋 copy color: '#C095D5'

red 192 ◦ green 149 ◦ blue 213

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

Shades of Wisteria #C095D5

Tints of Wisteria #C095D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.45%

R = 34.66%
G = 26.9%
B = 38.45%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C095D5 (or 0xC095D5) is known color: Wisteria. HEX triplet: C0, 95 and D5. RGB value is (192,149,213). Sum of RGB (Red+Green+Blue) = 192+149+213=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 213 - color contains mainly: blue. Hex color #C095D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095D5 is #3F6A2A. Grayscale: #A8A8A8. Windows color (decimal): -4155947 or 13997504. OLE color: 13997504.

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

Color convert

RGB 192 149 213 -
CMYK 0.10 0.30 0 0.16
HSL 280.31º 0.43% 0.71% -
HSV(B) 280.31º 0.3% 0.84% -
XYZ 44.5 37.51 67.84 -
YUV 169.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 192 149 213 0.10 0.30 0 0.16 280.31 0.43 0.71
Hex C0 95 D5 A 1E 0 10 118 2B 47
Octal 300 225 325 12 36 0 20 430 53 107
Binary 11000000 10010101 11010101 1010 11110 0 10000 100011000 101011 1000111

Color Harmonies of #C095D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C095D5

Black with #C095D5

Text Example


Text Example

White with #C095D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C095D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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