Html Css Color HEX #C384EA Wisteria

📋 copy color: '#C384EA'

red 195 ◦ green 132 ◦ blue 234

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

Shades of Wisteria #C384EA

Tints of Wisteria #C384EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 34.76%
G = 23.53%
B = 41.71%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C384EA (or 0xC384EA) is known color: Wisteria. HEX triplet: C3, 84 and EA. RGB value is (195,132,234). Sum of RGB (Red+Green+Blue) = 195+132+234=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #C384EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C384EA is #3C7B15. Grayscale: #A2A2A2. Windows color (decimal): -3963670 or 15369411. OLE color: 15369411.

HSL color Cylindrical-coordinate representation of color #C384EA: hue angle of 277.06º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C384EA is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 132 234 -
CMYK 0.17 0.44 0 0.08
HSL 277.06º 0.71% 0.72% -
HSV(B) 277.06º 0.44% 0.92% -
XYZ 45.61 34.05 82.01 -
YUV 162.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 195 132 234 0.17 0.44 0 0.08 277.06 0.71 0.72
Hex C3 84 EA 11 2C 0 8 115 47 48
Octal 303 204 352 21 54 0 10 425 107 110
Binary 11000011 10000100 11101010 10001 101100 0 1000 100010101 1000111 1001000

Color Harmonies of #C384EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384EA

Black with #C384EA

Text Example


Text Example

White with #C384EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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