Html Css Color HEX #C995FB Wisteria

📋 copy color: '#C995FB'

red 201 ◦ green 149 ◦ blue 251

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

Shades of Wisteria #C995FB

Tints of Wisteria #C995FB

RGB

 RED value IS 201 (78.91% from 255) = 33.44%

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

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

R = 33.44%
G = 24.79%
B = 41.76%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C995FB (or 0xC995FB) is known color: Wisteria. HEX triplet: C9, 95 and FB. RGB value is (201,149,251). Sum of RGB (Red+Green+Blue) = 201+149+251=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #C995FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C995FB is #366A04. Grayscale: #AFAFAF. Windows color (decimal): -3566085 or 16487881. OLE color: 16487881.

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

Color convert

RGB 201 149 251 -
CMYK 0.20 0.41 0 0.02
HSL 270.59º 0.93% 0.78% -
HSV(B) 270.59º 0.41% 0.98% -
XYZ 52.25 40.88 96.4 -
YUV 176.18 170.23 145.71 -
System Red Green Blue C M Y K H S L
Decimal 201 149 251 0.20 0.41 0 0.02 270.59 0.93 0.78
Hex C9 95 FB 14 29 0 2 10F 5D 4E
Octal 311 225 373 24 51 0 2 417 135 116
Binary 11001001 10010101 11111011 10100 101001 0 10 100001111 1011101 1001110

Color Harmonies of #C995FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995FB

Black with #C995FB

Text Example


Text Example

White with #C995FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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