Html Css Color HEX #C083D5 Wisteria

📋 copy color: '#C083D5'

red 192 ◦ green 131 ◦ blue 213

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

Shades of Wisteria #C083D5

Tints of Wisteria #C083D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.74%

R = 35.82%
G = 24.44%
B = 39.74%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C083D5 (or 0xC083D5) is known color: Wisteria. HEX triplet: C0, 83 and D5. RGB value is (192,131,213). Sum of RGB (Red+Green+Blue) = 192+131+213=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #C083D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083D5 is #3F7C2A. Grayscale: #9E9E9E. Windows color (decimal): -4160555 or 13992896. OLE color: 13992896.

HSL color Cylindrical-coordinate representation of color #C083D5: hue angle of 284.63º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C083D5 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 131 213 -
CMYK 0.10 0.38 0 0.16
HSL 284.63º 0.49% 0.67% -
HSV(B) 284.63º 0.38% 0.84% -
XYZ 41.86 32.24 66.97 -
YUV 158.59 158.71 151.83 -
System Red Green Blue C M Y K H S L
Decimal 192 131 213 0.10 0.38 0 0.16 284.63 0.49 0.67
Hex C0 83 D5 A 26 0 10 11D 31 43
Octal 300 203 325 12 46 0 20 435 61 103
Binary 11000000 10000011 11010101 1010 100110 0 10000 100011101 110001 1000011

Color Harmonies of #C083D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C083D5

Black with #C083D5

Text Example


Text Example

White with #C083D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C083D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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