Html Css Color HEX #C88DE2 Wisteria

📋 copy color: '#C88DE2'

red 200 ◦ green 141 ◦ blue 226

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

Shades of Wisteria #C88DE2

Tints of Wisteria #C88DE2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.87%

 BLUE value IS 226 (88.67% from 255) = 39.86%

R = 35.27%
G = 24.87%
B = 39.86%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C88DE2 (or 0xC88DE2) is known color: Wisteria. HEX triplet: C8, 8D and E2. RGB value is (200,141,226). Sum of RGB (Red+Green+Blue) = 200+141+226=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 226 (88.67% from 255 or 39.86% from 567); Max value from RGB is 226 - color contains mainly: blue. Hex color #C88DE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DE2 is #37721D. Grayscale: #A8A8A8. Windows color (decimal): -3633694 or 14847432. OLE color: 14847432.

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

Color convert

RGB 200 141 226 -
CMYK 0.12 0.38 0 0.11
HSL 281.65º 0.59% 0.72% -
HSV(B) 281.65º 0.38% 0.89% -
XYZ 47.07 36.82 76.58 -
YUV 168.33 160.55 150.59 -
System Red Green Blue C M Y K H S L
Decimal 200 141 226 0.12 0.38 0 0.11 281.65 0.59 0.72
Hex C8 8D E2 C 26 0 B 11A 3B 48
Octal 310 215 342 14 46 0 13 432 73 110
Binary 11001000 10001101 11100010 1100 100110 0 1011 100011010 111011 1001000

Color Harmonies of #C88DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88DE2

Black with #C88DE2

Text Example


Text Example

White with #C88DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88DE2; }

 p { color: rgb(200,141,226); }

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

background-color css

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

 a { background-color: rgb(200,141,226); }

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

border-color css

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

 span { border-color: rgb(200,141,226); }

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