Html Css Color HEX #C185DD Wisteria

📋 copy color: '#C185DD'

red 193 ◦ green 133 ◦ blue 221

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

Shades of Wisteria #C185DD

Tints of Wisteria #C185DD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.31%

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 35.28%
G = 24.31%
B = 40.4%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C185DD (or 0xC185DD) is known color: Wisteria. HEX triplet: C1, 85 and DD. RGB value is (193,133,221). Sum of RGB (Red+Green+Blue) = 193+133+221=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #C185DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185DD is #3E7A22. Grayscale: #A0A0A0. Windows color (decimal): -4094499 or 14517697. OLE color: 14517697.

HSL color Cylindrical-coordinate representation of color #C185DD: hue angle of 280.91º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C185DD is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 133 221 -
CMYK 0.13 0.40 0 0.13
HSL 280.91º 0.56% 0.69% -
HSV(B) 280.91º 0.4% 0.87% -
XYZ 43.43 33.33 72.55 -
YUV 160.97 161.88 150.84 -
System Red Green Blue C M Y K H S L
Decimal 193 133 221 0.13 0.40 0 0.13 280.91 0.56 0.69
Hex C1 85 DD D 28 0 D 119 38 45
Octal 301 205 335 15 50 0 15 431 70 105
Binary 11000001 10000101 11011101 1101 101000 0 1101 100011001 111000 1000101

Color Harmonies of #C185DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C185DD

Black with #C185DD

Text Example


Text Example

White with #C185DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C185DD; }

 p { color: rgb(193,133,221); }

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

background-color css

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

 a { background-color: rgb(193,133,221); }

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

border-color css

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

 span { border-color: rgb(193,133,221); }

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