Html Css Color HEX #C287DB Wisteria

📋 copy color: '#C287DB'

red 194 ◦ green 135 ◦ blue 219

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

Shades of Wisteria #C287DB

Tints of Wisteria #C287DB

RGB

 RED value IS 194 (76.17% from 255) = 35.4%

 GREEN value IS 135 (53.13% from 255) = 24.64%

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

R = 35.4%
G = 24.64%
B = 39.96%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C287DB (or 0xC287DB) is known color: Wisteria. HEX triplet: C2, 87 and DB. RGB value is (194,135,219). Sum of RGB (Red+Green+Blue) = 194+135+219=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 135 (53.12% from 255 or 24.64% 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 #C287DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287DB is #3D7824. Grayscale: #A1A1A1. Windows color (decimal): -4028453 or 14387138. OLE color: 14387138.

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

Color convert

RGB 194 135 219 -
CMYK 0.11 0.38 0 0.14
HSL 282.14º 0.54% 0.69% -
HSV(B) 282.14º 0.38% 0.86% -
XYZ 43.7 33.91 71.26 -
YUV 162.22 160.05 150.67 -
System Red Green Blue C M Y K H S L
Decimal 194 135 219 0.11 0.38 0 0.14 282.14 0.54 0.69
Hex C2 87 DB B 26 0 E 11A 36 45
Octal 302 207 333 13 46 0 16 432 66 105
Binary 11000010 10000111 11011011 1011 100110 0 1110 100011010 110110 1000101

Color Harmonies of #C287DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C287DB

Black with #C287DB

Text Example


Text Example

White with #C287DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C287DB; }

 p { color: rgb(194,135,219); }

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

background-color css

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

 a { background-color: rgb(194,135,219); }

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

border-color css

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

 span { border-color: rgb(194,135,219); }

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