Html Css Color HEX #C883DD Wisteria

📋 copy color: '#C883DD'

red 200 ◦ green 131 ◦ blue 221

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

Shades of Wisteria #C883DD

Tints of Wisteria #C883DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.73%

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 36.23%
G = 23.73%
B = 40.04%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C883DD (or 0xC883DD) is known color: Wisteria. HEX triplet: C8, 83 and DD. RGB value is (200,131,221). Sum of RGB (Red+Green+Blue) = 200+131+221=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #C883DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883DD is #377C22. Grayscale: #A1A1A1. Windows color (decimal): -3636259 or 14517192. OLE color: 14517192.

HSL color Cylindrical-coordinate representation of color #C883DD: hue angle of 286º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C883DD is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 131 221 -
CMYK 0.10 0.41 0 0.13
HSL 286º 0.57% 0.69% -
HSV(B) 286º 0.41% 0.87% -
XYZ 44.99 33.73 72.55 -
YUV 161.89 161.36 155.18 -
System Red Green Blue C M Y K H S L
Decimal 200 131 221 0.10 0.41 0 0.13 286 0.57 0.69
Hex C8 83 DD A 29 0 D 11E 39 45
Octal 310 203 335 12 51 0 15 436 71 105
Binary 11001000 10000011 11011101 1010 101001 0 1101 100011110 111001 1000101

Color Harmonies of #C883DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C883DD

Black with #C883DD

Text Example


Text Example

White with #C883DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C883DD; }

 p { color: rgb(200,131,221); }

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

background-color css

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

 a { background-color: rgb(200,131,221); }

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

border-color css

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

 span { border-color: rgb(200,131,221); }

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