Html Css Color HEX #C285D0 Wisteria

📋 copy color: '#C285D0'

red 194 ◦ green 133 ◦ blue 208

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

Shades of Wisteria #C285D0

Tints of Wisteria #C285D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.88%

R = 36.26%
G = 24.86%
B = 38.88%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C285D0 (or 0xC285D0) is known color: Wisteria. HEX triplet: C2, 85 and D0. RGB value is (194,133,208). Sum of RGB (Red+Green+Blue) = 194+133+208=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #C285D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285D0 is #3D7A2F. Grayscale: #9F9F9F. Windows color (decimal): -4028976 or 13665730. OLE color: 13665730.

HSL color Cylindrical-coordinate representation of color #C285D0: hue angle of 288.8º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C285D0 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 133 208 -
CMYK 0.07 0.36 0 0.18
HSL 288.8º 0.44% 0.67% -
HSV(B) 288.8º 0.36% 0.82% -
XYZ 42.02 32.8 63.79 -
YUV 159.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 194 133 208 0.07 0.36 0 0.18 288.8 0.44 0.67
Hex C2 85 D0 7 24 0 12 121 2C 43
Octal 302 205 320 7 44 0 22 441 54 103
Binary 11000010 10000101 11010000 111 100100 0 10010 100100001 101100 1000011

Color Harmonies of #C285D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C285D0

Black with #C285D0

Text Example


Text Example

White with #C285D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C285D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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