Html Css Color HEX #C883DB Wisteria

📋 copy color: '#C883DB'

red 200 ◦ green 131 ◦ blue 219

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

Shades of Wisteria #C883DB

Tints of Wisteria #C883DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.82%

R = 36.36%
G = 23.82%
B = 39.82%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C883DB (or 0xC883DB) is known color: Wisteria. HEX triplet: C8, 83 and DB. RGB value is (200,131,219). Sum of RGB (Red+Green+Blue) = 200+131+219=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #C883DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883DB is #377C24. Grayscale: #A1A1A1. Windows color (decimal): -3636261 or 14386120. OLE color: 14386120.

HSL color Cylindrical-coordinate representation of color #C883DB: hue angle of 287.05º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C883DB is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 131 219 -
CMYK 0.09 0.40 0 0.14
HSL 287.05º 0.55% 0.69% -
HSV(B) 287.05º 0.4% 0.86% -
XYZ 44.72 33.63 71.15 -
YUV 161.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 200 131 219 0.09 0.40 0 0.14 287.05 0.55 0.69
Hex C8 83 DB 9 28 0 E 11F 37 45
Octal 310 203 333 11 50 0 16 437 67 105
Binary 11001000 10000011 11011011 1001 101000 0 1110 100011111 110111 1000101

Color Harmonies of #C883DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C883DB

Black with #C883DB

Text Example


Text Example

White with #C883DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C883DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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