Html Css Color HEX #C884EB Wisteria

📋 copy color: '#C884EB'

red 200 ◦ green 132 ◦ blue 235

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

Shades of Wisteria #C884EB

Tints of Wisteria #C884EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 35.27%
G = 23.28%
B = 41.45%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C884EB (or 0xC884EB) is known color: Wisteria. HEX triplet: C8, 84 and EB. RGB value is (200,132,235). Sum of RGB (Red+Green+Blue) = 200+132+235=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #C884EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C884EB is #377B14. Grayscale: #A3A3A3. Windows color (decimal): -3635989 or 15434952. OLE color: 15434952.

HSL color Cylindrical-coordinate representation of color #C884EB: hue angle of 279.61º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C884EB is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 132 235 -
CMYK 0.15 0.44 0 0.08
HSL 279.61º 0.72% 0.72% -
HSV(B) 279.61º 0.44% 0.92% -
XYZ 47.07 34.78 82.83 -
YUV 164.07 168.03 153.62 -
System Red Green Blue C M Y K H S L
Decimal 200 132 235 0.15 0.44 0 0.08 279.61 0.72 0.72
Hex C8 84 EB F 2C 0 8 118 48 48
Octal 310 204 353 17 54 0 10 430 110 110
Binary 11001000 10000100 11101011 1111 101100 0 1000 100011000 1001000 1001000

Color Harmonies of #C884EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C884EB

Black with #C884EB

Text Example


Text Example

White with #C884EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C884EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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