Html Css Color HEX #C19CD0 Wisteria

📋 copy color: '#C19CD0'

red 193 ◦ green 156 ◦ blue 208

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

Shades of Wisteria #C19CD0

Tints of Wisteria #C19CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.34%

R = 34.65%
G = 28.01%
B = 37.34%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C19CD0 (or 0xC19CD0) is known color: Wisteria. HEX triplet: C1, 9C and D0. RGB value is (193,156,208). Sum of RGB (Red+Green+Blue) = 193+156+208=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #C19CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CD0 is #3E632F. Grayscale: #ACACAC. Windows color (decimal): -4088624 or 13671617. OLE color: 13671617.

HSL color Cylindrical-coordinate representation of color #C19CD0: hue angle of 282.69º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C19CD0 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 156 208 -
CMYK 0.07 0.25 0 0.18
HSL 282.69º 0.36% 0.71% -
HSV(B) 282.69º 0.25% 0.82% -
XYZ 45.27 39.67 64.95 -
YUV 172.99 147.76 142.27 -
System Red Green Blue C M Y K H S L
Decimal 193 156 208 0.07 0.25 0 0.18 282.69 0.36 0.71
Hex C1 9C D0 7 19 0 12 11B 24 47
Octal 301 234 320 7 31 0 22 433 44 107
Binary 11000001 10011100 11010000 111 11001 0 10010 100011011 100100 1000111

Color Harmonies of #C19CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19CD0

Black with #C19CD0

Text Example


Text Example

White with #C19CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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