Html Css Color HEX #C190CD Wisteria

📋 copy color: '#C190CD'

red 193 ◦ green 144 ◦ blue 205

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

Shades of Wisteria #C190CD

Tints of Wisteria #C190CD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.57%

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

R = 35.61%
G = 26.57%
B = 37.82%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C190CD (or 0xC190CD) is known color: Wisteria. HEX triplet: C1, 90 and CD. RGB value is (193,144,205). Sum of RGB (Red+Green+Blue) = 193+144+205=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #C190CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190CD is #3E6F32. Grayscale: #A5A5A5. Windows color (decimal): -4091699 or 13471937. OLE color: 13471937.

HSL color Cylindrical-coordinate representation of color #C190CD: hue angle of 288.2º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C190CD is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 144 205 -
CMYK 0.06 0.30 0 0.20
HSL 288.2º 0.38% 0.68% -
HSV(B) 288.2º 0.3% 0.8% -
XYZ 42.99 35.69 62.38 -
YUV 165.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 193 144 205 0.06 0.30 0 0.20 288.2 0.38 0.68
Hex C1 90 CD 6 1E 0 14 120 26 44
Octal 301 220 315 6 36 0 24 440 46 104
Binary 11000001 10010000 11001101 110 11110 0 10100 100100000 100110 1000100

Color Harmonies of #C190CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190CD

Black with #C190CD

Text Example


Text Example

White with #C190CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C190CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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