Html Css Color HEX #C484EE Wisteria

📋 copy color: '#C484EE'

red 196 ◦ green 132 ◦ blue 238

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

Shades of Wisteria #C484EE

Tints of Wisteria #C484EE

RGB

 RED value IS 196 (76.95% from 255) = 34.63%

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

 BLUE value IS 238 (93.36% from 255) = 42.05%

R = 34.63%
G = 23.32%
B = 42.05%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C484EE (or 0xC484EE) is known color: Wisteria. HEX triplet: C4, 84 and EE. RGB value is (196,132,238). Sum of RGB (Red+Green+Blue) = 196+132+238=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #C484EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C484EE is #3B7B11. Grayscale: #A2A2A2. Windows color (decimal): -3898130 or 15631556. OLE color: 15631556.

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

Color convert

RGB 196 132 238 -
CMYK 0.18 0.45 0 0.07
HSL 276.23º 0.76% 0.73% -
HSV(B) 276.23º 0.45% 0.93% -
XYZ 46.45 34.41 85.08 -
YUV 163.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 196 132 238 0.18 0.45 0 0.07 276.23 0.76 0.73
Hex C4 84 EE 12 2D 0 7 114 4C 49
Octal 304 204 356 22 55 0 7 424 114 111
Binary 11000100 10000100 11101110 10010 101101 0 111 100010100 1001100 1001001

Color Harmonies of #C484EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C484EE

Black with #C484EE

Text Example


Text Example

White with #C484EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C484EE; }

 p { color: rgb(196,132,238); }

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

background-color css

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

 a { background-color: rgb(196,132,238); }

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

border-color css

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

 span { border-color: rgb(196,132,238); }

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