Html Css Color HEX #C48CFD Wisteria

📋 copy color: '#C48CFD'

red 196 ◦ green 140 ◦ blue 253

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

Shades of Wisteria #C48CFD

Tints of Wisteria #C48CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.95%

R = 33.28%
G = 23.77%
B = 42.95%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C48CFD (or 0xC48CFD) is known color: Wisteria. HEX triplet: C4, 8C and FD. RGB value is (196,140,253). Sum of RGB (Red+Green+Blue) = 196+140+253=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #C48CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48CFD is #3B7302. Grayscale: #A9A9A9. Windows color (decimal): -3896067 or 16616644. OLE color: 16616644.

HSL color Cylindrical-coordinate representation of color #C48CFD: hue angle of 269.73º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C48CFD is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 140 253 -
CMYK 0.23 0.45 0 0.01
HSL 269.73º 0.97% 0.77% -
HSV(B) 269.73º 0.45% 0.99% -
XYZ 49.87 37.58 97.55 -
YUV 169.63 175.05 146.81 -
System Red Green Blue C M Y K H S L
Decimal 196 140 253 0.23 0.45 0 0.01 269.73 0.97 0.77
Hex C4 8C FD 17 2D 0 1 10E 61 4D
Octal 304 214 375 27 55 0 1 416 141 115
Binary 11000100 10001100 11111101 10111 101101 0 1 100001110 1100001 1001101

Color Harmonies of #C48CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CFD

Black with #C48CFD

Text Example


Text Example

White with #C48CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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