Html Css Color HEX #C095E0 Wisteria

📋 copy color: '#C095E0'

red 192 ◦ green 149 ◦ blue 224

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

Shades of Wisteria #C095E0

Tints of Wisteria #C095E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.65%

R = 33.98%
G = 26.37%
B = 39.65%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C095E0 (or 0xC095E0) is known color: Wisteria. HEX triplet: C0, 95 and E0. RGB value is (192,149,224). Sum of RGB (Red+Green+Blue) = 192+149+224=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #C095E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095E0 is #3F6A1F. Grayscale: #AAAAAA. Windows color (decimal): -4155936 or 14718400. OLE color: 14718400.

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

Color convert

RGB 192 149 224 -
CMYK 0.14 0.33 0 0.12
HSL 274.4º 0.55% 0.73% -
HSV(B) 274.4º 0.33% 0.88% -
XYZ 45.94 38.08 75.45 -
YUV 170.41 158.25 143.4 -
System Red Green Blue C M Y K H S L
Decimal 192 149 224 0.14 0.33 0 0.12 274.4 0.55 0.73
Hex C0 95 E0 E 21 0 C 112 37 49
Octal 300 225 340 16 41 0 14 422 67 111
Binary 11000000 10010101 11100000 1110 100001 0 1100 100010010 110111 1001001

Color Harmonies of #C095E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C095E0

Black with #C095E0

Text Example


Text Example

White with #C095E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C095E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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