Html Css Color HEX #C384E3 Wisteria

📋 copy color: '#C384E3'

red 195 ◦ green 132 ◦ blue 227

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

Shades of Wisteria #C384E3

Tints of Wisteria #C384E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.97%

R = 35.2%
G = 23.83%
B = 40.97%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C384E3 (or 0xC384E3) is known color: Wisteria. HEX triplet: C3, 84 and E3. RGB value is (195,132,227). Sum of RGB (Red+Green+Blue) = 195+132+227=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 227 (89.06% from 255 or 40.97% from 554); Max value from RGB is 227 - color contains mainly: blue. Hex color #C384E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384E3 is #3C7B1C. Grayscale: #A1A1A1. Windows color (decimal): -3963677 or 14910659. OLE color: 14910659.

HSL color Cylindrical-coordinate representation of color #C384E3: hue angle of 279.79º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C384E3 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 195 132 227 -
CMYK 0.14 0.42 0 0.11
HSL 279.79º 0.63% 0.7% -
HSV(B) 279.79º 0.42% 0.89% -
XYZ 44.62 33.65 76.82 -
YUV 161.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 195 132 227 0.14 0.42 0 0.11 279.79 0.63 0.7
Hex C3 84 E3 E 2A 0 B 118 3F 46
Octal 303 204 343 16 52 0 13 430 77 106
Binary 11000011 10000100 11100011 1110 101010 0 1011 100011000 111111 1000110

Color Harmonies of #C384E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384E3

Black with #C384E3

Text Example


Text Example

White with #C384E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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