Html Css Color HEX #C48CDA Wisteria

📋 copy color: '#C48CDA'

red 196 ◦ green 140 ◦ blue 218

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

Shades of Wisteria #C48CDA

Tints of Wisteria #C48CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 35.38%
G = 25.27%
B = 39.35%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C48CDA (or 0xC48CDA) is known color: Wisteria. HEX triplet: C4, 8C and DA. RGB value is (196,140,218). Sum of RGB (Red+Green+Blue) = 196+140+218=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #C48CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CDA is #3B7325. Grayscale: #A5A5A5. Windows color (decimal): -3896102 or 14322884. OLE color: 14322884.

HSL color Cylindrical-coordinate representation of color #C48CDA: hue angle of 283.08º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C48CDA is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 140 218 -
CMYK 0.10 0.36 0 0.15
HSL 283.08º 0.51% 0.7% -
HSV(B) 283.08º 0.36% 0.85% -
XYZ 44.8 35.55 70.83 -
YUV 165.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 196 140 218 0.10 0.36 0 0.15 283.08 0.51 0.7
Hex C4 8C DA A 24 0 F 11B 33 46
Octal 304 214 332 12 44 0 17 433 63 106
Binary 11000100 10001100 11011010 1010 100100 0 1111 100011011 110011 1000110

Color Harmonies of #C48CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CDA

Black with #C48CDA

Text Example


Text Example

White with #C48CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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