Html Css Color HEX #C594FB Wisteria

📋 copy color: '#C594FB'

red 197 ◦ green 148 ◦ blue 251

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

Shades of Wisteria #C594FB

Tints of Wisteria #C594FB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.83%

 BLUE value IS 251 (98.44% from 255) = 42.11%

R = 33.05%
G = 24.83%
B = 42.11%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C594FB (or 0xC594FB) is known color: Wisteria. HEX triplet: C5, 94 and FB. RGB value is (197,148,251). Sum of RGB (Red+Green+Blue) = 197+148+251=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #C594FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C594FB is #3A6B04. Grayscale: #AEAEAE. Windows color (decimal): -3828485 or 16487621. OLE color: 16487621.

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

Color convert

RGB 197 148 251 -
CMYK 0.22 0.41 0 0.02
HSL 268.54º 0.93% 0.78% -
HSV(B) 268.54º 0.41% 0.98% -
XYZ 51.03 40.02 96.3 -
YUV 174.39 171.23 144.12 -
System Red Green Blue C M Y K H S L
Decimal 197 148 251 0.22 0.41 0 0.02 268.54 0.93 0.78
Hex C5 94 FB 16 29 0 2 10D 5D 4E
Octal 305 224 373 26 51 0 2 415 135 116
Binary 11000101 10010100 11111011 10110 101001 0 10 100001101 1011101 1001110

Color Harmonies of #C594FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C594FB

Black with #C594FB

Text Example


Text Example

White with #C594FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C594FB; }

 p { color: rgb(197,148,251); }

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

background-color css

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

 a { background-color: rgb(197,148,251); }

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

border-color css

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

 span { border-color: rgb(197,148,251); }

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