Html Css Color HEX #C384ED Wisteria

📋 copy color: '#C384ED'

red 195 ◦ green 132 ◦ blue 237

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

Shades of Wisteria #C384ED

Tints of Wisteria #C384ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.02%

R = 34.57%
G = 23.4%
B = 42.02%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C384ED (or 0xC384ED) is known color: Wisteria. HEX triplet: C3, 84 and ED. RGB value is (195,132,237). Sum of RGB (Red+Green+Blue) = 195+132+237=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #C384ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C384ED is #3C7B12. Grayscale: #A2A2A2. Windows color (decimal): -3963667 or 15566019. OLE color: 15566019.

HSL color Cylindrical-coordinate representation of color #C384ED: hue angle of 276º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C384ED is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 132 237 -
CMYK 0.18 0.44 0 0.07
HSL 276º 0.74% 0.72% -
HSV(B) 276º 0.44% 0.93% -
XYZ 46.04 34.22 84.3 -
YUV 162.81 169.87 150.96 -
System Red Green Blue C M Y K H S L
Decimal 195 132 237 0.18 0.44 0 0.07 276 0.74 0.72
Hex C3 84 ED 12 2C 0 7 114 4A 48
Octal 303 204 355 22 54 0 7 424 112 110
Binary 11000011 10000100 11101101 10010 101100 0 111 100010100 1001010 1001000

Color Harmonies of #C384ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384ED

Black with #C384ED

Text Example


Text Example

White with #C384ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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