Html Css Color HEX #C389DD Wisteria

📋 copy color: '#C389DD'

red 195 ◦ green 137 ◦ blue 221

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

Shades of Wisteria #C389DD

Tints of Wisteria #C389DD

RGB

 RED value IS 195 (76.56% from 255) = 35.26%

 GREEN value IS 137 (53.91% from 255) = 24.77%

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

R = 35.26%
G = 24.77%
B = 39.96%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C389DD (or 0xC389DD) is known color: Wisteria. HEX triplet: C3, 89 and DD. RGB value is (195,137,221). Sum of RGB (Red+Green+Blue) = 195+137+221=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #C389DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C389DD is #3C7622. Grayscale: #A3A3A3. Windows color (decimal): -3962403 or 14518723. OLE color: 14518723.

HSL color Cylindrical-coordinate representation of color #C389DD: hue angle of 281.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C389DD is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 137 221 -
CMYK 0.12 0.38 0 0.13
HSL 281.43º 0.55% 0.7% -
HSV(B) 281.43º 0.38% 0.87% -
XYZ 44.5 34.71 72.76 -
YUV 163.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 195 137 221 0.12 0.38 0 0.13 281.43 0.55 0.7
Hex C3 89 DD C 26 0 D 119 37 46
Octal 303 211 335 14 46 0 15 431 67 106
Binary 11000011 10001001 11011101 1100 100110 0 1101 100011001 110111 1000110

Color Harmonies of #C389DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C389DD

Black with #C389DD

Text Example


Text Example

White with #C389DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C389DD; }

 p { color: rgb(195,137,221); }

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

background-color css

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

 a { background-color: rgb(195,137,221); }

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

border-color css

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

 span { border-color: rgb(195,137,221); }

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