Html Css Color HEX #C084F0 Wisteria

📋 copy color: '#C084F0'

red 192 ◦ green 132 ◦ blue 240

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

Shades of Wisteria #C084F0

Tints of Wisteria #C084F0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.4%

 BLUE value IS 240 (94.14% from 255) = 42.55%

R = 34.04%
G = 23.4%
B = 42.55%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C084F0 (or 0xC084F0) is known color: Wisteria. HEX triplet: C0, 84 and F0. RGB value is (192,132,240). Sum of RGB (Red+Green+Blue) = 192+132+240=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #C084F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C084F0 is #3F7B0F. Grayscale: #A1A1A1. Windows color (decimal): -4160272 or 15762624. OLE color: 15762624.

HSL color Cylindrical-coordinate representation of color #C084F0: hue angle of 273.33º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C084F0 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 132 240 -
CMYK 0.20 0.45 0 0.06
HSL 273.33º 0.78% 0.73% -
HSV(B) 273.33º 0.45% 0.94% -
XYZ 45.72 34 86.59 -
YUV 162.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 192 132 240 0.20 0.45 0 0.06 273.33 0.78 0.73
Hex C0 84 F0 14 2D 0 6 111 4E 49
Octal 300 204 360 24 55 0 6 421 116 111
Binary 11000000 10000100 11110000 10100 101101 0 110 100010001 1001110 1001001

Color Harmonies of #C084F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C084F0

Black with #C084F0

Text Example


Text Example

White with #C084F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C084F0; }

 p { color: rgb(192,132,240); }

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

background-color css

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

 a { background-color: rgb(192,132,240); }

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

border-color css

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

 span { border-color: rgb(192,132,240); }

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