Html Css Color HEX #C48EEA Wisteria

📋 copy color: '#C48EEA'

red 196 ◦ green 142 ◦ blue 234

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

Shades of Wisteria #C48EEA

Tints of Wisteria #C48EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.83%

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

R = 34.27%
G = 24.83%
B = 40.91%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C48EEA (or 0xC48EEA) is known color: Wisteria. HEX triplet: C4, 8E and EA. RGB value is (196,142,234). Sum of RGB (Red+Green+Blue) = 196+142+234=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #C48EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48EEA is #3B7115. Grayscale: #A8A8A8. Windows color (decimal): -3895574 or 15371972. OLE color: 15371972.

HSL color Cylindrical-coordinate representation of color #C48EEA: hue angle of 275.22º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C48EEA is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 142 234 -
CMYK 0.16 0.39 0 0.08
HSL 275.22º 0.69% 0.74% -
HSV(B) 275.22º 0.39% 0.92% -
XYZ 47.29 37.02 82.5 -
YUV 168.63 164.89 147.52 -
System Red Green Blue C M Y K H S L
Decimal 196 142 234 0.16 0.39 0 0.08 275.22 0.69 0.74
Hex C4 8E EA 10 27 0 8 113 45 4A
Octal 304 216 352 20 47 0 10 423 105 112
Binary 11000100 10001110 11101010 10000 100111 0 1000 100010011 1000101 1001010

Color Harmonies of #C48EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EEA

Black with #C48EEA

Text Example


Text Example

White with #C48EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EEA; }

 p { color: rgb(196,142,234); }

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

background-color css

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

 a { background-color: rgb(196,142,234); }

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

border-color css

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

 span { border-color: rgb(196,142,234); }

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