Html Css Color HEX #C488DA Wisteria

📋 copy color: '#C488DA'

red 196 ◦ green 136 ◦ blue 218

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

Shades of Wisteria #C488DA

Tints of Wisteria #C488DA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.73%

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

R = 35.64%
G = 24.73%
B = 39.64%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C488DA (or 0xC488DA) is known color: Wisteria. HEX triplet: C4, 88 and DA. RGB value is (196,136,218). Sum of RGB (Red+Green+Blue) = 196+136+218=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #C488DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488DA is #3B7725. Grayscale: #A3A3A3. Windows color (decimal): -3897126 or 14321860. OLE color: 14321860.

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

Color convert

RGB 196 136 218 -
CMYK 0.10 0.38 0 0.15
HSL 283.9º 0.53% 0.69% -
HSV(B) 283.9º 0.38% 0.85% -
XYZ 44.22 34.41 70.64 -
YUV 163.29 158.88 151.33 -
System Red Green Blue C M Y K H S L
Decimal 196 136 218 0.10 0.38 0 0.15 283.9 0.53 0.69
Hex C4 88 DA A 26 0 F 11C 35 45
Octal 304 210 332 12 46 0 17 434 65 105
Binary 11000100 10001000 11011010 1010 100110 0 1111 100011100 110101 1000101

Color Harmonies of #C488DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C488DA

Black with #C488DA

Text Example


Text Example

White with #C488DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C488DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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