Html Css Color HEX #C995F9 Wisteria

📋 copy color: '#C995F9'

red 201 ◦ green 149 ◦ blue 249

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

Shades of Wisteria #C995F9

Tints of Wisteria #C995F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.57%

R = 33.56%
G = 24.87%
B = 41.57%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C995F9 (or 0xC995F9) is known color: Wisteria. HEX triplet: C9, 95 and F9. RGB value is (201,149,249). Sum of RGB (Red+Green+Blue) = 201+149+249=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #C995F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C995F9 is #366A06. Grayscale: #AFAFAF. Windows color (decimal): -3566087 or 16356809. OLE color: 16356809.

HSL color Cylindrical-coordinate representation of color #C995F9: hue angle of 271.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C995F9 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 149 249 -
CMYK 0.19 0.40 0 0.02
HSL 271.2º 0.89% 0.78% -
HSV(B) 271.2º 0.4% 0.98% -
XYZ 51.93 40.75 94.75 -
YUV 175.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 201 149 249 0.19 0.40 0 0.02 271.2 0.89 0.78
Hex C9 95 F9 13 28 0 2 10F 59 4E
Octal 311 225 371 23 50 0 2 417 131 116
Binary 11001001 10010101 11111001 10011 101000 0 10 100001111 1011001 1001110

Color Harmonies of #C995F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995F9

Black with #C995F9

Text Example


Text Example

White with #C995F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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