Html Css Color HEX #C882EC Wisteria

📋 copy color: '#C882EC'

red 200 ◦ green 130 ◦ blue 236

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

Shades of Wisteria #C882EC

Tints of Wisteria #C882EC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.97%

 BLUE value IS 236 (92.58% from 255) = 41.7%

R = 35.34%
G = 22.97%
B = 41.7%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C882EC (or 0xC882EC) is known color: Wisteria. HEX triplet: C8, 82 and EC. RGB value is (200,130,236). Sum of RGB (Red+Green+Blue) = 200+130+236=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #C882EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882EC is #377D13. Grayscale: #A2A2A2. Windows color (decimal): -3636500 or 15499976. OLE color: 15499976.

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

Color convert

RGB 200 130 236 -
CMYK 0.15 0.45 0 0.07
HSL 279.62º 0.74% 0.72% -
HSV(B) 279.62º 0.45% 0.93% -
XYZ 46.94 34.3 83.5 -
YUV 163.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 200 130 236 0.15 0.45 0 0.07 279.62 0.74 0.72
Hex C8 82 EC F 2D 0 7 118 4A 48
Octal 310 202 354 17 55 0 7 430 112 110
Binary 11001000 10000010 11101100 1111 101101 0 111 100011000 1001010 1001000

Color Harmonies of #C882EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882EC

Black with #C882EC

Text Example


Text Example

White with #C882EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882EC; }

 p { color: rgb(200,130,236); }

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

background-color css

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

 a { background-color: rgb(200,130,236); }

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

border-color css

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

 span { border-color: rgb(200,130,236); }

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