Html Css Color HEX #C384DD Wisteria

📋 copy color: '#C384DD'

red 195 ◦ green 132 ◦ blue 221

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

Shades of Wisteria #C384DD

Tints of Wisteria #C384DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.09%

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

R = 35.58%
G = 24.09%
B = 40.33%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C384DD (or 0xC384DD) is known color: Wisteria. HEX triplet: C3, 84 and DD. RGB value is (195,132,221). Sum of RGB (Red+Green+Blue) = 195+132+221=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #C384DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384DD is #3C7B22. Grayscale: #A0A0A0. Windows color (decimal): -3963683 or 14517443. OLE color: 14517443.

HSL color Cylindrical-coordinate representation of color #C384DD: hue angle of 282.47º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C384DD is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 132 221 -
CMYK 0.12 0.40 0 0.13
HSL 282.47º 0.57% 0.69% -
HSV(B) 282.47º 0.4% 0.87% -
XYZ 43.81 33.33 72.53 -
YUV 160.98 161.87 152.26 -
System Red Green Blue C M Y K H S L
Decimal 195 132 221 0.12 0.40 0 0.13 282.47 0.57 0.69
Hex C3 84 DD C 28 0 D 11A 39 45
Octal 303 204 335 14 50 0 15 432 71 105
Binary 11000011 10000100 11011101 1100 101000 0 1101 100011010 111001 1000101

Color Harmonies of #C384DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384DD

Black with #C384DD

Text Example


Text Example

White with #C384DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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