Html Css Color HEX #C389D6 Wisteria

📋 copy color: '#C389D6'

red 195 ◦ green 137 ◦ blue 214

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

Shades of Wisteria #C389D6

Tints of Wisteria #C389D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.19%

R = 35.71%
G = 25.09%
B = 39.19%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C389D6 (or 0xC389D6) is known color: Wisteria. HEX triplet: C3, 89 and D6. RGB value is (195,137,214). Sum of RGB (Red+Green+Blue) = 195+137+214=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 214 - color contains mainly: blue. Hex color #C389D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C389D6 is #3C7629. Grayscale: #A2A2A2. Windows color (decimal): -3962410 or 14059971. OLE color: 14059971.

HSL color Cylindrical-coordinate representation of color #C389D6: hue angle of 285.19º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C389D6 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 137 214 -
CMYK 0.09 0.36 0 0.16
HSL 285.19º 0.48% 0.69% -
HSV(B) 285.19º 0.36% 0.84% -
XYZ 43.59 34.35 67.95 -
YUV 163.12 156.72 150.74 -
System Red Green Blue C M Y K H S L
Decimal 195 137 214 0.09 0.36 0 0.16 285.19 0.48 0.69
Hex C3 89 D6 9 24 0 10 11D 30 45
Octal 303 211 326 11 44 0 20 435 60 105
Binary 11000011 10001001 11010110 1001 100100 0 10000 100011101 110000 1000101

Color Harmonies of #C389D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C389D6

Black with #C389D6

Text Example


Text Example

White with #C389D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C389D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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