Html Css Color HEX #C884ED Wisteria

📋 copy color: '#C884ED'

red 200 ◦ green 132 ◦ blue 237

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

Shades of Wisteria #C884ED

Tints of Wisteria #C884ED

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.2%

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 35.15%
G = 23.2%
B = 41.65%

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

#C884ED (or 0xC884ED) is known color: Wisteria. HEX triplet: C8, 84 and ED. RGB value is (200,132,237). Sum of RGB (Red+Green+Blue) = 200+132+237=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #C884ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C884ED is #377B12. Grayscale: #A3A3A3. Windows color (decimal): -3635987 or 15566024. OLE color: 15566024.

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

Color convert

RGB 200 132 237 -
CMYK 0.16 0.44 0 0.07
HSL 278.86º 0.74% 0.72% -
HSV(B) 278.86º 0.44% 0.93% -
XYZ 47.36 34.9 84.36 -
YUV 164.3 169.03 153.46 -
System Red Green Blue C M Y K H S L
Decimal 200 132 237 0.16 0.44 0 0.07 278.86 0.74 0.72
Hex C8 84 ED 10 2C 0 7 117 4A 48
Octal 310 204 355 20 54 0 7 427 112 110
Binary 11001000 10000100 11101101 10000 101100 0 111 100010111 1001010 1001000

Color Harmonies of #C884ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C884ED

Black with #C884ED

Text Example


Text Example

White with #C884ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C884ED; }

 p { color: rgb(200,132,237); }

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

background-color css

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

 a { background-color: rgb(200,132,237); }

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

border-color css

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

 span { border-color: rgb(200,132,237); }

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