Html Css Color HEX #C48CEA Wisteria

📋 copy color: '#C48CEA'

red 196 ◦ green 140 ◦ blue 234

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

Shades of Wisteria #C48CEA

Tints of Wisteria #C48CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.56%

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

R = 34.39%
G = 24.56%
B = 41.05%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C48CEA (or 0xC48CEA) is known color: Wisteria. HEX triplet: C4, 8C and EA. RGB value is (196,140,234). Sum of RGB (Red+Green+Blue) = 196+140+234=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #C48CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48CEA is #3B7315. Grayscale: #A7A7A7. Windows color (decimal): -3896086 or 15371460. OLE color: 15371460.

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

Color convert

RGB 196 140 234 -
CMYK 0.16 0.40 0 0.08
HSL 275.74º 0.69% 0.73% -
HSV(B) 275.74º 0.4% 0.92% -
XYZ 46.99 36.43 82.4 -
YUV 167.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 196 140 234 0.16 0.40 0 0.08 275.74 0.69 0.73
Hex C4 8C EA 10 28 0 8 114 45 49
Octal 304 214 352 20 50 0 10 424 105 111
Binary 11000100 10001100 11101010 10000 101000 0 1000 100010100 1000101 1001001

Color Harmonies of #C48CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CEA

Black with #C48CEA

Text Example


Text Example

White with #C48CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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