Html Css Color HEX #C48FE0 Wisteria

📋 copy color: '#C48FE0'

red 196 ◦ green 143 ◦ blue 224

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

Shades of Wisteria #C48FE0

Tints of Wisteria #C48FE0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.4%

 BLUE value IS 224 (87.89% from 255) = 39.79%

R = 34.81%
G = 25.4%
B = 39.79%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C48FE0 (or 0xC48FE0) is known color: Wisteria. HEX triplet: C4, 8F and E0. RGB value is (196,143,224). Sum of RGB (Red+Green+Blue) = 196+143+224=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #C48FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FE0 is #3B701F. Grayscale: #A7A7A7. Windows color (decimal): -3895328 or 14716868. OLE color: 14716868.

HSL color Cylindrical-coordinate representation of color #C48FE0: hue angle of 279.26º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C48FE0 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 143 224 -
CMYK 0.12 0.36 0 0.12
HSL 279.26º 0.57% 0.72% -
HSV(B) 279.26º 0.36% 0.88% -
XYZ 46.04 36.76 75.19 -
YUV 168.08 159.56 147.91 -
System Red Green Blue C M Y K H S L
Decimal 196 143 224 0.12 0.36 0 0.12 279.26 0.57 0.72
Hex C4 8F E0 C 24 0 C 117 39 48
Octal 304 217 340 14 44 0 14 427 71 110
Binary 11000100 10001111 11100000 1100 100100 0 1100 100010111 111001 1001000

Color Harmonies of #C48FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FE0

Black with #C48FE0

Text Example


Text Example

White with #C48FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FE0; }

 p { color: rgb(196,143,224); }

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

background-color css

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

 a { background-color: rgb(196,143,224); }

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

border-color css

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

 span { border-color: rgb(196,143,224); }

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