Html Css Color HEX #C595FB Wisteria

📋 copy color: '#C595FB'

red 197 ◦ green 149 ◦ blue 251

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

Shades of Wisteria #C595FB

Tints of Wisteria #C595FB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.96%

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

R = 33%
G = 24.96%
B = 42.04%

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

#C595FB (or 0xC595FB) is known color: Wisteria. HEX triplet: C5, 95 and FB. RGB value is (197,149,251). Sum of RGB (Red+Green+Blue) = 197+149+251=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #C595FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C595FB is #3A6A04. Grayscale: #AEAEAE. Windows color (decimal): -3828229 or 16487877. OLE color: 16487877.

HSL color Cylindrical-coordinate representation of color #C595FB: hue angle of 268.24º 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 #C595FB is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 149 251 -
CMYK 0.22 0.41 0 0.02
HSL 268.24º 0.93% 0.78% -
HSV(B) 268.24º 0.41% 0.98% -
XYZ 51.19 40.33 96.35 -
YUV 174.98 170.9 143.71 -
System Red Green Blue C M Y K H S L
Decimal 197 149 251 0.22 0.41 0 0.02 268.24 0.93 0.78
Hex C5 95 FB 16 29 0 2 10C 5D 4E
Octal 305 225 373 26 51 0 2 414 135 116
Binary 11000101 10010101 11111011 10110 101001 0 10 100001100 1011101 1001110

Color Harmonies of #C595FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595FB

Black with #C595FB

Text Example


Text Example

White with #C595FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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