Html Css Color HEX #C083F5 Wisteria

📋 copy color: '#C083F5'

red 192 ◦ green 131 ◦ blue 245

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

Shades of Wisteria #C083F5

Tints of Wisteria #C083F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.13%

R = 33.8%
G = 23.06%
B = 43.13%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C083F5 (or 0xC083F5) is known color: Wisteria. HEX triplet: C0, 83 and F5. RGB value is (192,131,245). Sum of RGB (Red+Green+Blue) = 192+131+245=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 245 (96.09% from 255 or 43.13% from 568); Max value from RGB is 245 - color contains mainly: blue. Hex color #C083F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C083F5 is #3F7C0A. Grayscale: #A1A1A1. Windows color (decimal): -4160523 or 16090048. OLE color: 16090048.

HSL color Cylindrical-coordinate representation of color #C083F5: hue angle of 272.11º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C083F5 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 131 245 -
CMYK 0.22 0.47 0 0.04
HSL 272.11º 0.85% 0.74% -
HSV(B) 272.11º 0.47% 0.96% -
XYZ 46.34 34.03 90.51 -
YUV 162.24 174.71 149.23 -
System Red Green Blue C M Y K H S L
Decimal 192 131 245 0.22 0.47 0 0.04 272.11 0.85 0.74
Hex C0 83 F5 16 2F 0 4 110 55 4A
Octal 300 203 365 26 57 0 4 420 125 112
Binary 11000000 10000011 11110101 10110 101111 0 100 100010000 1010101 1001010

Color Harmonies of #C083F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C083F5

Black with #C083F5

Text Example


Text Example

White with #C083F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C083F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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