Html Css Color HEX #C190CE Wisteria

📋 copy color: '#C190CE'

red 193 ◦ green 144 ◦ blue 206

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

Shades of Wisteria #C190CE

Tints of Wisteria #C190CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.94%

R = 35.54%
G = 26.52%
B = 37.94%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C190CE (or 0xC190CE) is known color: Wisteria. HEX triplet: C1, 90 and CE. RGB value is (193,144,206). Sum of RGB (Red+Green+Blue) = 193+144+206=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #C190CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190CE is #3E6F31. Grayscale: #A5A5A5. Windows color (decimal): -4091698 or 13537473. OLE color: 13537473.

HSL color Cylindrical-coordinate representation of color #C190CE: hue angle of 287.42º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C190CE is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 144 206 -
CMYK 0.06 0.30 0 0.19
HSL 287.42º 0.39% 0.69% -
HSV(B) 287.42º 0.3% 0.81% -
XYZ 43.11 35.74 63.02 -
YUV 165.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 193 144 206 0.06 0.30 0 0.19 287.42 0.39 0.69
Hex C1 90 CE 6 1E 0 13 11F 27 45
Octal 301 220 316 6 36 0 23 437 47 105
Binary 11000001 10010000 11001110 110 11110 0 10011 100011111 100111 1000101

Color Harmonies of #C190CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190CE

Black with #C190CE

Text Example


Text Example

White with #C190CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C190CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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