Html Css Color HEX #C390DD Wisteria

📋 copy color: '#C390DD'

red 195 ◦ green 144 ◦ blue 221

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

Shades of Wisteria #C390DD

Tints of Wisteria #C390DD

RGB

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

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

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

R = 34.82%
G = 25.71%
B = 39.46%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C390DD (or 0xC390DD) is known color: Wisteria. HEX triplet: C3, 90 and DD. RGB value is (195,144,221). Sum of RGB (Red+Green+Blue) = 195+144+221=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #C390DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390DD is #3C6F22. Grayscale: #A7A7A7. Windows color (decimal): -3960611 or 14520515. OLE color: 14520515.

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

Color convert

RGB 195 144 221 -
CMYK 0.12 0.35 0 0.13
HSL 279.74º 0.53% 0.72% -
HSV(B) 279.74º 0.35% 0.87% -
XYZ 45.53 36.77 73.1 -
YUV 168.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 195 144 221 0.12 0.35 0 0.13 279.74 0.53 0.72
Hex C3 90 DD C 23 0 D 118 35 48
Octal 303 220 335 14 43 0 15 430 65 110
Binary 11000011 10010000 11011101 1100 100011 0 1101 100011000 110101 1001000

Color Harmonies of #C390DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390DD

Black with #C390DD

Text Example


Text Example

White with #C390DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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