Html Css Color HEX #C390D8 Wisteria

📋 copy color: '#C390D8'

red 195 ◦ green 144 ◦ blue 216

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

Shades of Wisteria #C390D8

Tints of Wisteria #C390D8

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.95%

 BLUE value IS 216 (84.77% from 255) = 38.92%

R = 35.14%
G = 25.95%
B = 38.92%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C390D8 (or 0xC390D8) is known color: Wisteria. HEX triplet: C3, 90 and D8. RGB value is (195,144,216). Sum of RGB (Red+Green+Blue) = 195+144+216=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 216 - color contains mainly: blue. Hex color #C390D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390D8 is #3C6F27. Grayscale: #A7A7A7. Windows color (decimal): -3960616 or 14192835. OLE color: 14192835.

HSL color Cylindrical-coordinate representation of color #C390D8: hue angle of 282.5º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C390D8 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 144 216 -
CMYK 0.10 0.33 0 0.15
HSL 282.5º 0.48% 0.71% -
HSV(B) 282.5º 0.33% 0.85% -
XYZ 44.87 36.51 69.65 -
YUV 167.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 195 144 216 0.10 0.33 0 0.15 282.5 0.48 0.71
Hex C3 90 D8 A 21 0 F 11A 30 47
Octal 303 220 330 12 41 0 17 432 60 107
Binary 11000011 10010000 11011000 1010 100001 0 1111 100011010 110000 1000111

Color Harmonies of #C390D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390D8

Black with #C390D8

Text Example


Text Example

White with #C390D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390D8; }

 p { color: rgb(195,144,216); }

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

background-color css

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

 a { background-color: rgb(195,144,216); }

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

border-color css

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

 span { border-color: rgb(195,144,216); }

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