Html Css Color HEX #C48FEA Wisteria

📋 copy color: '#C48FEA'

red 196 ◦ green 143 ◦ blue 234

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

Shades of Wisteria #C48FEA

Tints of Wisteria #C48FEA

RGB

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

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

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

R = 34.21%
G = 24.96%
B = 40.84%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C48FEA (or 0xC48FEA) is known color: Wisteria. HEX triplet: C4, 8F and EA. RGB value is (196,143,234). Sum of RGB (Red+Green+Blue) = 196+143+234=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #C48FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48FEA is #3B7015. Grayscale: #A8A8A8. Windows color (decimal): -3895318 or 15372228. OLE color: 15372228.

HSL color Cylindrical-coordinate representation of color #C48FEA: hue angle of 274.95º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C48FEA is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 143 234 -
CMYK 0.16 0.39 0 0.08
HSL 274.95º 0.68% 0.74% -
HSV(B) 274.95º 0.39% 0.92% -
XYZ 47.44 37.32 82.55 -
YUV 169.22 164.56 147.1 -
System Red Green Blue C M Y K H S L
Decimal 196 143 234 0.16 0.39 0 0.08 274.95 0.68 0.74
Hex C4 8F EA 10 27 0 8 113 44 4A
Octal 304 217 352 20 47 0 10 423 104 112
Binary 11000100 10001111 11101010 10000 100111 0 1000 100010011 1000100 1001010

Color Harmonies of #C48FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FEA

Black with #C48FEA

Text Example


Text Example

White with #C48FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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