Html Css Color HEX #C885EE Wisteria

📋 copy color: '#C885EE'

red 200 ◦ green 133 ◦ blue 238

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

Shades of Wisteria #C885EE

Tints of Wisteria #C885EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.68%

R = 35.03%
G = 23.29%
B = 41.68%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C885EE (or 0xC885EE) is known color: Wisteria. HEX triplet: C8, 85 and EE. RGB value is (200,133,238). Sum of RGB (Red+Green+Blue) = 200+133+238=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #C885EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885EE is #377A11. Grayscale: #A4A4A4. Windows color (decimal): -3635730 or 15631816. OLE color: 15631816.

HSL color Cylindrical-coordinate representation of color #C885EE: hue angle of 278.29º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C885EE is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 133 238 -
CMYK 0.16 0.44 0 0.07
HSL 278.29º 0.76% 0.73% -
HSV(B) 278.29º 0.44% 0.93% -
XYZ 47.64 35.23 85.18 -
YUV 165 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 200 133 238 0.16 0.44 0 0.07 278.29 0.76 0.73
Hex C8 85 EE 10 2C 0 7 116 4C 49
Octal 310 205 356 20 54 0 7 426 114 111
Binary 11001000 10000101 11101110 10000 101100 0 111 100010110 1001100 1001001

Color Harmonies of #C885EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C885EE

Black with #C885EE

Text Example


Text Example

White with #C885EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C885EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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