Html Css Color HEX #C195CD Wisteria

📋 copy color: '#C195CD'

red 193 ◦ green 149 ◦ blue 205

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

Shades of Wisteria #C195CD

Tints of Wisteria #C195CD

RGB

 RED value IS 193 (75.78% from 255) = 35.28%

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

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

R = 35.28%
G = 27.24%
B = 37.48%

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

#C195CD (or 0xC195CD) is known color: Wisteria. HEX triplet: C1, 95 and CD. RGB value is (193,149,205). Sum of RGB (Red+Green+Blue) = 193+149+205=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #C195CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195CD is #3E6A32. Grayscale: #A8A8A8. Windows color (decimal): -4090419 or 13473217. OLE color: 13473217.

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

Color convert

RGB 193 149 205 -
CMYK 0.06 0.27 0 0.20
HSL 287.14º 0.36% 0.69% -
HSV(B) 287.14º 0.27% 0.8% -
XYZ 43.76 37.24 62.64 -
YUV 168.54 148.58 145.45 -
System Red Green Blue C M Y K H S L
Decimal 193 149 205 0.06 0.27 0 0.20 287.14 0.36 0.69
Hex C1 95 CD 6 1B 0 14 11F 24 45
Octal 301 225 315 6 33 0 24 437 44 105
Binary 11000001 10010101 11001101 110 11011 0 10100 100011111 100100 1000101

Color Harmonies of #C195CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C195CD

Black with #C195CD

Text Example


Text Example

White with #C195CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C195CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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