Html Css Color HEX #C885E4 Wisteria

📋 copy color: '#C885E4'

red 200 ◦ green 133 ◦ blue 228

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

Shades of Wisteria #C885E4

Tints of Wisteria #C885E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.64%

R = 35.65%
G = 23.71%
B = 40.64%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C885E4 (or 0xC885E4) is known color: Wisteria. HEX triplet: C8, 85 and E4. RGB value is (200,133,228). Sum of RGB (Red+Green+Blue) = 200+133+228=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #C885E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885E4 is #377A1B. Grayscale: #A3A3A3. Windows color (decimal): -3635740 or 14976456. OLE color: 14976456.

HSL color Cylindrical-coordinate representation of color #C885E4: hue angle of 282.32º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C885E4 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 200 133 228 -
CMYK 0.12 0.42 0 0.11
HSL 282.32º 0.64% 0.71% -
HSV(B) 282.32º 0.42% 0.89% -
XYZ 46.21 34.66 77.65 -
YUV 163.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 200 133 228 0.12 0.42 0 0.11 282.32 0.64 0.71
Hex C8 85 E4 C 2A 0 B 11A 40 47
Octal 310 205 344 14 52 0 13 432 100 107
Binary 11001000 10000101 11100100 1100 101010 0 1011 100011010 1000000 1000111

Color Harmonies of #C885E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C885E4

Black with #C885E4

Text Example


Text Example

White with #C885E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C885E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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