Html Css Color HEX #C384DF Wisteria

📋 copy color: '#C384DF'

red 195 ◦ green 132 ◦ blue 223

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

Shades of Wisteria #C384DF

Tints of Wisteria #C384DF

RGB

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

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

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

R = 35.45%
G = 24%
B = 40.55%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C384DF (or 0xC384DF) is known color: Wisteria. HEX triplet: C3, 84 and DF. RGB value is (195,132,223). Sum of RGB (Red+Green+Blue) = 195+132+223=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #C384DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384DF is #3C7B20. Grayscale: #A0A0A0. Windows color (decimal): -3963681 or 14648515. OLE color: 14648515.

HSL color Cylindrical-coordinate representation of color #C384DF: hue angle of 281.54º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C384DF is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 132 223 -
CMYK 0.13 0.41 0 0.13
HSL 281.54º 0.59% 0.7% -
HSV(B) 281.54º 0.41% 0.87% -
XYZ 44.08 33.43 73.94 -
YUV 161.21 162.87 152.1 -
System Red Green Blue C M Y K H S L
Decimal 195 132 223 0.13 0.41 0 0.13 281.54 0.59 0.7
Hex C3 84 DF D 29 0 D 11A 3B 46
Octal 303 204 337 15 51 0 15 432 73 106
Binary 11000011 10000100 11011111 1101 101001 0 1101 100011010 111011 1000110

Color Harmonies of #C384DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384DF

Black with #C384DF

Text Example


Text Example

White with #C384DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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