Html Css Color HEX #C287DD Wisteria

📋 copy color: '#C287DD'

red 194 ◦ green 135 ◦ blue 221

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

Shades of Wisteria #C287DD

Tints of Wisteria #C287DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 35.27%
G = 24.55%
B = 40.18%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C287DD (or 0xC287DD) is known color: Wisteria. HEX triplet: C2, 87 and DD. RGB value is (194,135,221). Sum of RGB (Red+Green+Blue) = 194+135+221=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #C287DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287DD is #3D7822. Grayscale: #A2A2A2. Windows color (decimal): -4028451 or 14518210. OLE color: 14518210.

HSL color Cylindrical-coordinate representation of color #C287DD: hue angle of 281.16º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C287DD is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 135 221 -
CMYK 0.12 0.39 0 0.13
HSL 281.16º 0.56% 0.7% -
HSV(B) 281.16º 0.39% 0.87% -
XYZ 43.96 34.02 72.66 -
YUV 162.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 194 135 221 0.12 0.39 0 0.13 281.16 0.56 0.7
Hex C2 87 DD C 27 0 D 119 38 46
Octal 302 207 335 14 47 0 15 431 70 106
Binary 11000010 10000111 11011101 1100 100111 0 1101 100011001 111000 1000110

Color Harmonies of #C287DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C287DD

Black with #C287DD

Text Example


Text Example

White with #C287DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C287DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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