Html Css Color HEX #C095CD Wisteria

📋 copy color: '#C095CD'

red 192 ◦ green 149 ◦ blue 205

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

Shades of Wisteria #C095CD

Tints of Wisteria #C095CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.55%

R = 35.16%
G = 27.29%
B = 37.55%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C095CD (or 0xC095CD) is known color: Wisteria. HEX triplet: C0, 95 and CD. RGB value is (192,149,205). Sum of RGB (Red+Green+Blue) = 192+149+205=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #C095CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095CD is #3F6A32. Grayscale: #A8A8A8. Windows color (decimal): -4155955 or 13473216. OLE color: 13473216.

HSL color Cylindrical-coordinate representation of color #C095CD: hue angle of 286.07º degrees, saturation: 0.36, 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 #C095CD is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 149 205 -
CMYK 0.06 0.27 0 0.20
HSL 286.07º 0.36% 0.69% -
HSV(B) 286.07º 0.27% 0.8% -
XYZ 43.51 37.11 62.63 -
YUV 168.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 192 149 205 0.06 0.27 0 0.20 286.07 0.36 0.69
Hex C0 95 CD 6 1B 0 14 11E 24 45
Octal 300 225 315 6 33 0 24 436 44 105
Binary 11000000 10010101 11001101 110 11011 0 10100 100011110 100100 1000101

Color Harmonies of #C095CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C095CD

Black with #C095CD

Text Example


Text Example

White with #C095CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C095CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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