Html Css Color HEX #C095DE Wisteria

📋 copy color: '#C095DE'

red 192 ◦ green 149 ◦ blue 222

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

Shades of Wisteria #C095DE

Tints of Wisteria #C095DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.43%

R = 34.1%
G = 26.47%
B = 39.43%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C095DE (or 0xC095DE) is known color: Wisteria. HEX triplet: C0, 95 and DE. RGB value is (192,149,222). Sum of RGB (Red+Green+Blue) = 192+149+222=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #C095DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095DE is #3F6A21. Grayscale: #A9A9A9. Windows color (decimal): -4155938 or 14587328. OLE color: 14587328.

HSL color Cylindrical-coordinate representation of color #C095DE: hue angle of 275.34º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C095DE is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 149 222 -
CMYK 0.14 0.33 0 0.13
HSL 275.34º 0.53% 0.73% -
HSV(B) 275.34º 0.33% 0.87% -
XYZ 45.67 37.98 74.03 -
YUV 170.18 157.25 143.56 -
System Red Green Blue C M Y K H S L
Decimal 192 149 222 0.14 0.33 0 0.13 275.34 0.53 0.73
Hex C0 95 DE E 21 0 D 113 35 49
Octal 300 225 336 16 41 0 15 423 65 111
Binary 11000000 10010101 11011110 1110 100001 0 1101 100010011 110101 1001001

Color Harmonies of #C095DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C095DE

Black with #C095DE

Text Example


Text Example

White with #C095DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C095DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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