Html Css Color HEX #C083DB Wisteria

📋 copy color: '#C083DB'

red 192 ◦ green 131 ◦ blue 219

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

Shades of Wisteria #C083DB

Tints of Wisteria #C083DB

RGB

 RED value IS 192 (75.39% from 255) = 35.42%

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

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

R = 35.42%
G = 24.17%
B = 40.41%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C083DB (or 0xC083DB) is known color: Wisteria. HEX triplet: C0, 83 and DB. RGB value is (192,131,219). Sum of RGB (Red+Green+Blue) = 192+131+219=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #C083DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083DB is #3F7C24. Grayscale: #9E9E9E. Windows color (decimal): -4160549 or 14386112. OLE color: 14386112.

HSL color Cylindrical-coordinate representation of color #C083DB: hue angle of 281.59º 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 #C083DB is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 131 219 -
CMYK 0.12 0.40 0 0.14
HSL 281.59º 0.55% 0.69% -
HSV(B) 281.59º 0.4% 0.86% -
XYZ 42.64 32.55 71.05 -
YUV 159.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 192 131 219 0.12 0.40 0 0.14 281.59 0.55 0.69
Hex C0 83 DB C 28 0 E 11A 37 45
Octal 300 203 333 14 50 0 16 432 67 105
Binary 11000000 10000011 11011011 1100 101000 0 1110 100011010 110111 1000101

Color Harmonies of #C083DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C083DB

Black with #C083DB

Text Example


Text Example

White with #C083DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C083DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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