Html Css Color HEX #C592FE Wisteria

📋 copy color: '#C592FE'

red 197 ◦ green 146 ◦ blue 254

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

Shades of Wisteria #C592FE

Tints of Wisteria #C592FE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.46%

 BLUE value IS 254 (99.61% from 255) = 42.55%

R = 33%
G = 24.46%
B = 42.55%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C592FE (or 0xC592FE) is known color: Wisteria. HEX triplet: C5, 92 and FE. RGB value is (197,146,254). Sum of RGB (Red+Green+Blue) = 197+146+254=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #C592FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C592FE is #3A6D01. Grayscale: #ADADAD. Windows color (decimal): -3828994 or 16683717. OLE color: 16683717.

HSL color Cylindrical-coordinate representation of color #C592FE: hue angle of 268.33º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C592FE is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 146 254 -
CMYK 0.22 0.43 0 0.00
HSL 268.33º 0.98% 0.78% -
HSV(B) 268.33º 0.43% 1% -
XYZ 51.19 39.58 98.71 -
YUV 173.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 197 146 254 0.22 0.43 0 0.00 268.33 0.98 0.78
Hex C5 92 FE 16 2B 0 0 10C 62 4E
Octal 305 222 376 26 53 0 0 414 142 116
Binary 11000101 10010010 11111110 10110 101011 0 0 100001100 1100010 1001110

Color Harmonies of #C592FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C592FE

Black with #C592FE

Text Example


Text Example

White with #C592FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C592FE; }

 p { color: rgb(197,146,254); }

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

background-color css

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

 a { background-color: rgb(197,146,254); }

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

border-color css

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

 span { border-color: rgb(197,146,254); }

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