Html Css Color HEX #C384E8 Wisteria

📋 copy color: '#C384E8'

red 195 ◦ green 132 ◦ blue 232

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

Shades of Wisteria #C384E8

Tints of Wisteria #C384E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.5%

R = 34.88%
G = 23.61%
B = 41.5%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C384E8 (or 0xC384E8) is known color: Wisteria. HEX triplet: C3, 84 and E8. RGB value is (195,132,232). Sum of RGB (Red+Green+Blue) = 195+132+232=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #C384E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C384E8 is #3C7B17. Grayscale: #A1A1A1. Windows color (decimal): -3963672 or 15238339. OLE color: 15238339.

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

Color convert

RGB 195 132 232 -
CMYK 0.16 0.43 0 0.09
HSL 277.8º 0.68% 0.71% -
HSV(B) 277.8º 0.43% 0.91% -
XYZ 45.32 33.93 80.5 -
YUV 162.24 167.37 151.37 -
System Red Green Blue C M Y K H S L
Decimal 195 132 232 0.16 0.43 0 0.09 277.8 0.68 0.71
Hex C3 84 E8 10 2B 0 9 116 44 47
Octal 303 204 350 20 53 0 11 426 104 107
Binary 11000011 10000100 11101000 10000 101011 0 1001 100010110 1000100 1000111

Color Harmonies of #C384E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384E8

Black with #C384E8

Text Example


Text Example

White with #C384E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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