Html Css Color HEX #C19DCE Wisteria

📋 copy color: '#C19DCE'

red 193 ◦ green 157 ◦ blue 206

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

Shades of Wisteria #C19DCE

Tints of Wisteria #C19DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.24%

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

R = 34.71%
G = 28.24%
B = 37.05%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C19DCE (or 0xC19DCE) is known color: Wisteria. HEX triplet: C1, 9D and CE. RGB value is (193,157,206). Sum of RGB (Red+Green+Blue) = 193+157+206=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #C19DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DCE is #3E6231. Grayscale: #ADADAD. Windows color (decimal): -4088370 or 13540801. OLE color: 13540801.

HSL color Cylindrical-coordinate representation of color #C19DCE: hue angle of 284.08º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C19DCE is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 157 206 -
CMYK 0.06 0.24 0 0.19
HSL 284.08º 0.33% 0.71% -
HSV(B) 284.08º 0.24% 0.81% -
XYZ 45.19 39.91 63.71 -
YUV 173.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 193 157 206 0.06 0.24 0 0.19 284.08 0.33 0.71
Hex C1 9D CE 6 18 0 13 11C 21 47
Octal 301 235 316 6 30 0 23 434 41 107
Binary 11000001 10011101 11001110 110 11000 0 10011 100011100 100001 1000111

Color Harmonies of #C19DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19DCE

Black with #C19DCE

Text Example


Text Example

White with #C19DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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