Html Css Color HEX #C48FCF Wisteria

📋 copy color: '#C48FCF'

red 196 ◦ green 143 ◦ blue 207

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

Shades of Wisteria #C48FCF

Tints of Wisteria #C48FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.91%

R = 35.9%
G = 26.19%
B = 37.91%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C48FCF (or 0xC48FCF) is known color: Wisteria. HEX triplet: C4, 8F and CF. RGB value is (196,143,207). Sum of RGB (Red+Green+Blue) = 196+143+207=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #C48FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FCF is #3B7030. Grayscale: #A5A5A5. Windows color (decimal): -3895345 or 13602756. OLE color: 13602756.

HSL color Cylindrical-coordinate representation of color #C48FCF: hue angle of 289.69º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C48FCF is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 143 207 -
CMYK 0.05 0.31 0 0.19
HSL 289.69º 0.4% 0.69% -
HSV(B) 289.69º 0.31% 0.81% -
XYZ 43.85 35.89 63.65 -
YUV 166.14 151.06 149.3 -
System Red Green Blue C M Y K H S L
Decimal 196 143 207 0.05 0.31 0 0.19 289.69 0.4 0.69
Hex C4 8F CF 5 1F 0 13 122 28 45
Octal 304 217 317 5 37 0 23 442 50 105
Binary 11000100 10001111 11001111 101 11111 0 10011 100100010 101000 1000101

Color Harmonies of #C48FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FCF

Black with #C48FCF

Text Example


Text Example

White with #C48FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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