Html Css Color HEX #C095CC Wisteria

📋 copy color: '#C095CC'

red 192 ◦ green 149 ◦ blue 204

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

Shades of Wisteria #C095CC

Tints of Wisteria #C095CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.43%

R = 35.23%
G = 27.34%
B = 37.43%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C095CC (or 0xC095CC) is known color: Wisteria. HEX triplet: C0, 95 and CC. RGB value is (192,149,204). Sum of RGB (Red+Green+Blue) = 192+149+204=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #C095CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095CC is #3F6A33. Grayscale: #A7A7A7. Windows color (decimal): -4155956 or 13407680. OLE color: 13407680.

HSL color Cylindrical-coordinate representation of color #C095CC: hue angle of 286.91º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C095CC is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 149 204 -
CMYK 0.06 0.27 0 0.2
HSL 286.91º 0.35% 0.69% -
HSV(B) 286.91º 0.27% 0.8% -
XYZ 43.38 37.06 61.99 -
YUV 168.13 148.25 145.03 -
System Red Green Blue C M Y K H S L
Decimal 192 149 204 0.06 0.27 0 0.2 286.91 0.35 0.69
Hex C0 95 CC 6 1B 0 14 11F 23 45
Octal 300 225 314 6 33 0 24 437 43 105
Binary 11000000 10010101 11001100 110 11011 0 10100 100011111 100011 1000101

Color Harmonies of #C095CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C095CC

Black with #C095CC

Text Example


Text Example

White with #C095CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C095CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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