Html Css Color HEX #C882E0 Wisteria

📋 copy color: '#C882E0'

red 200 ◦ green 130 ◦ blue 224

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

Shades of Wisteria #C882E0

Tints of Wisteria #C882E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.43%

R = 36.1%
G = 23.47%
B = 40.43%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C882E0 (or 0xC882E0) is known color: Wisteria. HEX triplet: C8, 82 and E0. RGB value is (200,130,224). Sum of RGB (Red+Green+Blue) = 200+130+224=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #C882E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882E0 is #377D1F. Grayscale: #A1A1A1. Windows color (decimal): -3636512 or 14713544. OLE color: 14713544.

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

Color convert

RGB 200 130 224 -
CMYK 0.11 0.42 0 0.12
HSL 284.68º 0.6% 0.69% -
HSV(B) 284.68º 0.42% 0.88% -
XYZ 45.26 33.63 74.63 -
YUV 161.65 163.19 155.36 -
System Red Green Blue C M Y K H S L
Decimal 200 130 224 0.11 0.42 0 0.12 284.68 0.6 0.69
Hex C8 82 E0 B 2A 0 C 11D 3C 45
Octal 310 202 340 13 52 0 14 435 74 105
Binary 11001000 10000010 11100000 1011 101010 0 1100 100011101 111100 1000101

Color Harmonies of #C882E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882E0

Black with #C882E0

Text Example


Text Example

White with #C882E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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