Html Css Color HEX #C390DF Wisteria

📋 copy color: '#C390DF'

red 195 ◦ green 144 ◦ blue 223

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

Shades of Wisteria #C390DF

Tints of Wisteria #C390DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 34.7%
G = 25.62%
B = 39.68%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C390DF (or 0xC390DF) is known color: Wisteria. HEX triplet: C3, 90 and DF. RGB value is (195,144,223). Sum of RGB (Red+Green+Blue) = 195+144+223=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #C390DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390DF is #3C6F20. Grayscale: #A7A7A7. Windows color (decimal): -3960609 or 14651587. OLE color: 14651587.

HSL color Cylindrical-coordinate representation of color #C390DF: hue angle of 278.73º degrees, saturation: 0.55, 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 #C390DF is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 144 223 -
CMYK 0.13 0.35 0 0.13
HSL 278.73º 0.55% 0.72% -
HSV(B) 278.73º 0.35% 0.87% -
XYZ 45.8 36.88 74.52 -
YUV 168.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 195 144 223 0.13 0.35 0 0.13 278.73 0.55 0.72
Hex C3 90 DF D 23 0 D 117 37 48
Octal 303 220 337 15 43 0 15 427 67 110
Binary 11000011 10010000 11011111 1101 100011 0 1101 100010111 110111 1001000

Color Harmonies of #C390DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390DF

Black with #C390DF

Text Example


Text Example

White with #C390DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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