Html Css Color HEX #C584F0 Wisteria

📋 copy color: '#C584F0'

red 197 ◦ green 132 ◦ blue 240

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

Shades of Wisteria #C584F0

Tints of Wisteria #C584F0

RGB

 RED value IS 197 (77.34% from 255) = 34.62%

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

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

R = 34.62%
G = 23.2%
B = 42.18%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C584F0 (or 0xC584F0) is known color: Wisteria. HEX triplet: C5, 84 and F0. RGB value is (197,132,240). Sum of RGB (Red+Green+Blue) = 197+132+240=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #C584F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C584F0 is #3A7B0F. Grayscale: #A3A3A3. Windows color (decimal): -3832592 or 15762629. OLE color: 15762629.

HSL color Cylindrical-coordinate representation of color #C584F0: hue angle of 276.11º 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 #C584F0 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 132 240 -
CMYK 0.18 0.45 0 0.06
HSL 276.11º 0.78% 0.73% -
HSV(B) 276.11º 0.45% 0.94% -
XYZ 47.01 34.66 86.65 -
YUV 163.75 171.03 151.72 -
System Red Green Blue C M Y K H S L
Decimal 197 132 240 0.18 0.45 0 0.06 276.11 0.78 0.73
Hex C5 84 F0 12 2D 0 6 114 4E 49
Octal 305 204 360 22 55 0 6 424 116 111
Binary 11000101 10000100 11110000 10010 101101 0 110 100010100 1001110 1001001

Color Harmonies of #C584F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C584F0

Black with #C584F0

Text Example


Text Example

White with #C584F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C584F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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