Html Css Color HEX #C083EC Wisteria

📋 copy color: '#C083EC'

red 192 ◦ green 131 ◦ blue 236

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

Shades of Wisteria #C083EC

Tints of Wisteria #C083EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.22%

R = 34.35%
G = 23.43%
B = 42.22%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C083EC (or 0xC083EC) is known color: Wisteria. HEX triplet: C0, 83 and EC. RGB value is (192,131,236). Sum of RGB (Red+Green+Blue) = 192+131+236=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #C083EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C083EC is #3F7C13. Grayscale: #A0A0A0. Windows color (decimal): -4160532 or 15500224. OLE color: 15500224.

HSL color Cylindrical-coordinate representation of color #C083EC: hue angle of 274.86º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C083EC is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 131 236 -
CMYK 0.19 0.44 0 0.07
HSL 274.86º 0.73% 0.72% -
HSV(B) 274.86º 0.44% 0.93% -
XYZ 44.99 33.5 83.45 -
YUV 161.21 170.21 149.96 -
System Red Green Blue C M Y K H S L
Decimal 192 131 236 0.19 0.44 0 0.07 274.86 0.73 0.72
Hex C0 83 EC 13 2C 0 7 113 49 48
Octal 300 203 354 23 54 0 7 423 111 110
Binary 11000000 10000011 11101100 10011 101100 0 111 100010011 1001001 1001000

Color Harmonies of #C083EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C083EC

Black with #C083EC

Text Example


Text Example

White with #C083EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C083EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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