Html Css Color HEX #C19CCC Wisteria

📋 copy color: '#C19CCC'

red 193 ◦ green 156 ◦ blue 204

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

Shades of Wisteria #C19CCC

Tints of Wisteria #C19CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.21%

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

R = 34.9%
G = 28.21%
B = 36.89%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C19CCC (or 0xC19CCC) is known color: Wisteria. HEX triplet: C1, 9C and CC. RGB value is (193,156,204). Sum of RGB (Red+Green+Blue) = 193+156+204=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #C19CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CCC is #3E6333. Grayscale: #ACACAC. Windows color (decimal): -4088628 or 13409473. OLE color: 13409473.

HSL color Cylindrical-coordinate representation of color #C19CCC: hue angle of 286.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C19CCC is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 156 204 -
CMYK 0.05 0.24 0 0.2
HSL 286.25º 0.32% 0.71% -
HSV(B) 286.25º 0.24% 0.8% -
XYZ 44.78 39.47 62.39 -
YUV 172.54 145.76 142.6 -
System Red Green Blue C M Y K H S L
Decimal 193 156 204 0.05 0.24 0 0.2 286.25 0.32 0.71
Hex C1 9C CC 5 18 0 14 11E 20 47
Octal 301 234 314 5 30 0 24 436 40 107
Binary 11000001 10011100 11001100 101 11000 0 10100 100011110 100000 1000111

Color Harmonies of #C19CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19CCC

Black with #C19CCC

Text Example


Text Example

White with #C19CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19CCC; }

 p { color: rgb(193,156,204); }

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

background-color css

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

 a { background-color: rgb(193,156,204); }

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

border-color css

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

 span { border-color: rgb(193,156,204); }

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