Html Css Color HEX #C194CD Wisteria

📋 copy color: '#C194CD'

red 193 ◦ green 148 ◦ blue 205

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

Shades of Wisteria #C194CD

Tints of Wisteria #C194CD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.11%

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

R = 35.35%
G = 27.11%
B = 37.55%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C194CD (or 0xC194CD) is known color: Wisteria. HEX triplet: C1, 94 and CD. RGB value is (193,148,205). Sum of RGB (Red+Green+Blue) = 193+148+205=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #C194CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194CD is #3E6B32. Grayscale: #A7A7A7. Windows color (decimal): -4090675 or 13472961. OLE color: 13472961.

HSL color Cylindrical-coordinate representation of color #C194CD: hue angle of 287.37º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C194CD is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 148 205 -
CMYK 0.06 0.28 0 0.20
HSL 287.37º 0.36% 0.69% -
HSV(B) 287.37º 0.28% 0.8% -
XYZ 43.6 36.93 62.59 -
YUV 167.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 193 148 205 0.06 0.28 0 0.20 287.37 0.36 0.69
Hex C1 94 CD 6 1C 0 14 11F 24 45
Octal 301 224 315 6 34 0 24 437 44 105
Binary 11000001 10010100 11001101 110 11100 0 10100 100011111 100100 1000101

Color Harmonies of #C194CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194CD

Black with #C194CD

Text Example


Text Example

White with #C194CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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