Html Css Color HEX #C384D7 Wisteria

📋 copy color: '#C384D7'

red 195 ◦ green 132 ◦ blue 215

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

Shades of Wisteria #C384D7

Tints of Wisteria #C384D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.67%

R = 35.98%
G = 24.35%
B = 39.67%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C384D7 (or 0xC384D7) is known color: Wisteria. HEX triplet: C3, 84 and D7. RGB value is (195,132,215). Sum of RGB (Red+Green+Blue) = 195+132+215=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 215 - color contains mainly: blue. Hex color #C384D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384D7 is #3C7B28. Grayscale: #A0A0A0. Windows color (decimal): -3963689 or 14124227. OLE color: 14124227.

HSL color Cylindrical-coordinate representation of color #C384D7: hue angle of 285.54º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C384D7 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 132 215 -
CMYK 0.09 0.39 0 0.16
HSL 285.54º 0.51% 0.68% -
HSV(B) 285.54º 0.39% 0.84% -
XYZ 43.02 33.01 68.39 -
YUV 160.3 158.87 152.75 -
System Red Green Blue C M Y K H S L
Decimal 195 132 215 0.09 0.39 0 0.16 285.54 0.51 0.68
Hex C3 84 D7 9 27 0 10 11E 33 44
Octal 303 204 327 11 47 0 20 436 63 104
Binary 11000011 10000100 11010111 1001 100111 0 10000 100011110 110011 1000100

Color Harmonies of #C384D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384D7

Black with #C384D7

Text Example


Text Example

White with #C384D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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