Html Css Color HEX #C485DB Wisteria

📋 copy color: '#C485DB'

red 196 ◦ green 133 ◦ blue 219

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

Shades of Wisteria #C485DB

Tints of Wisteria #C485DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.27%

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 35.77%
G = 24.27%
B = 39.96%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C485DB (or 0xC485DB) is known color: Wisteria. HEX triplet: C4, 85 and DB. RGB value is (196,133,219). Sum of RGB (Red+Green+Blue) = 196+133+219=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #C485DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485DB is #3B7A24. Grayscale: #A1A1A1. Windows color (decimal): -3897893 or 14386628. OLE color: 14386628.

HSL color Cylindrical-coordinate representation of color #C485DB: hue angle of 283.95º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C485DB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 133 219 -
CMYK 0.11 0.39 0 0.14
HSL 283.95º 0.54% 0.69% -
HSV(B) 283.95º 0.39% 0.86% -
XYZ 43.94 33.63 71.19 -
YUV 161.64 160.37 152.51 -
System Red Green Blue C M Y K H S L
Decimal 196 133 219 0.11 0.39 0 0.14 283.95 0.54 0.69
Hex C4 85 DB B 27 0 E 11C 36 45
Octal 304 205 333 13 47 0 16 434 66 105
Binary 11000100 10000101 11011011 1011 100111 0 1110 100011100 110110 1000101

Color Harmonies of #C485DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C485DB

Black with #C485DB

Text Example


Text Example

White with #C485DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C485DB; }

 p { color: rgb(196,133,219); }

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

background-color css

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

 a { background-color: rgb(196,133,219); }

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

border-color css

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

 span { border-color: rgb(196,133,219); }

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