Html Css Color HEX #C885DE Wisteria

📋 copy color: '#C885DE'

red 200 ◦ green 133 ◦ blue 222

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

Shades of Wisteria #C885DE

Tints of Wisteria #C885DE

RGB

 RED value IS 200 (78.52% from 255) = 36.04%

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

 BLUE value IS 222 (87.11% from 255) = 40%

R = 36.04%
G = 23.96%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C885DE (or 0xC885DE) is known color: Wisteria. HEX triplet: C8, 85 and DE. RGB value is (200,133,222). Sum of RGB (Red+Green+Blue) = 200+133+222=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #C885DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885DE is #377A21. Grayscale: #A2A2A2. Windows color (decimal): -3635746 or 14583240. OLE color: 14583240.

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

Color convert

RGB 200 133 222 -
CMYK 0.10 0.40 0 0.13
HSL 285.17º 0.57% 0.7% -
HSV(B) 285.17º 0.4% 0.87% -
XYZ 45.39 34.33 73.34 -
YUV 163.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 200 133 222 0.10 0.40 0 0.13 285.17 0.57 0.7
Hex C8 85 DE A 28 0 D 11D 39 46
Octal 310 205 336 12 50 0 15 435 71 106
Binary 11001000 10000101 11011110 1010 101000 0 1101 100011101 111001 1000110

Color Harmonies of #C885DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C885DE

Black with #C885DE

Text Example


Text Example

White with #C885DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C885DE; }

 p { color: rgb(200,133,222); }

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

background-color css

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

 a { background-color: rgb(200,133,222); }

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

border-color css

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

 span { border-color: rgb(200,133,222); }

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