Html Css Color HEX #C384DC Wisteria

📋 copy color: '#C384DC'

red 195 ◦ green 132 ◦ blue 220

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

Shades of Wisteria #C384DC

Tints of Wisteria #C384DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 35.65%
G = 24.13%
B = 40.22%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C384DC (or 0xC384DC) is known color: Wisteria. HEX triplet: C3, 84 and DC. RGB value is (195,132,220). Sum of RGB (Red+Green+Blue) = 195+132+220=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #C384DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384DC is #3C7B23. Grayscale: #A0A0A0. Windows color (decimal): -3963684 or 14451907. OLE color: 14451907.

HSL color Cylindrical-coordinate representation of color #C384DC: hue angle of 282.95º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C384DC is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 132 220 -
CMYK 0.11 0.40 0 0.14
HSL 282.95º 0.56% 0.69% -
HSV(B) 282.95º 0.4% 0.86% -
XYZ 43.68 33.27 71.83 -
YUV 160.87 161.37 152.34 -
System Red Green Blue C M Y K H S L
Decimal 195 132 220 0.11 0.40 0 0.14 282.95 0.56 0.69
Hex C3 84 DC B 28 0 E 11B 38 45
Octal 303 204 334 13 50 0 16 433 70 105
Binary 11000011 10000100 11011100 1011 101000 0 1110 100011011 111000 1000101

Color Harmonies of #C384DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384DC

Black with #C384DC

Text Example


Text Example

White with #C384DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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