Html Css Color HEX #C285DD Wisteria

📋 copy color: '#C285DD'

red 194 ◦ green 133 ◦ blue 221

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

Shades of Wisteria #C285DD

Tints of Wisteria #C285DD

RGB

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

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

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

R = 35.4%
G = 24.27%
B = 40.33%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C285DD (or 0xC285DD) is known color: Wisteria. HEX triplet: C2, 85 and DD. RGB value is (194,133,221). Sum of RGB (Red+Green+Blue) = 194+133+221=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #C285DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285DD is #3D7A22. Grayscale: #A0A0A0. Windows color (decimal): -4028963 or 14517698. OLE color: 14517698.

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

Color convert

RGB 194 133 221 -
CMYK 0.12 0.40 0 0.13
HSL 281.59º 0.56% 0.69% -
HSV(B) 281.59º 0.4% 0.87% -
XYZ 43.69 33.46 72.56 -
YUV 161.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 194 133 221 0.12 0.40 0 0.13 281.59 0.56 0.69
Hex C2 85 DD C 28 0 D 11A 38 45
Octal 302 205 335 14 50 0 15 432 70 105
Binary 11000010 10000101 11011101 1100 101000 0 1101 100011010 111000 1000101

Color Harmonies of #C285DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C285DD

Black with #C285DD

Text Example


Text Example

White with #C285DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C285DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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