Html Css Color HEX #C995FA Wisteria

📋 copy color: '#C995FA'

red 201 ◦ green 149 ◦ blue 250

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

Shades of Wisteria #C995FA

Tints of Wisteria #C995FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.67%

R = 33.5%
G = 24.83%
B = 41.67%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C995FA (or 0xC995FA) is known color: Wisteria. HEX triplet: C9, 95 and FA. RGB value is (201,149,250). Sum of RGB (Red+Green+Blue) = 201+149+250=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 149 (58.59% from 255 or 24.83% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #C995FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C995FA is #366A05. Grayscale: #AFAFAF. Windows color (decimal): -3566086 or 16422345. OLE color: 16422345.

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

Color convert

RGB 201 149 250 -
CMYK 0.20 0.40 0 0.02
HSL 270.89º 0.91% 0.78% -
HSV(B) 270.89º 0.4% 0.98% -
XYZ 52.09 40.81 95.58 -
YUV 176.06 169.73 145.79 -
System Red Green Blue C M Y K H S L
Decimal 201 149 250 0.20 0.40 0 0.02 270.89 0.91 0.78
Hex C9 95 FA 14 28 0 2 10F 5B 4E
Octal 311 225 372 24 50 0 2 417 133 116
Binary 11001001 10010101 11111010 10100 101000 0 10 100001111 1011011 1001110

Color Harmonies of #C995FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995FA

Black with #C995FA

Text Example


Text Example

White with #C995FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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