Html Css Color HEX #C994FA Wisteria

📋 copy color: '#C994FA'

red 201 ◦ green 148 ◦ blue 250

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

Shades of Wisteria #C994FA

Tints of Wisteria #C994FA

RGB

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

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

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

R = 33.56%
G = 24.71%
B = 41.74%

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

#C994FA (or 0xC994FA) is known color: Wisteria. HEX triplet: C9, 94 and FA. RGB value is (201,148,250). Sum of RGB (Red+Green+Blue) = 201+148+250=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #C994FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C994FA is #366B05. Grayscale: #AFAFAF. Windows color (decimal): -3566342 or 16422089. OLE color: 16422089.

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

Color convert

RGB 201 148 250 -
CMYK 0.20 0.41 0 0.02
HSL 271.18º 0.91% 0.78% -
HSV(B) 271.18º 0.41% 0.98% -
XYZ 51.93 40.5 95.52 -
YUV 175.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 201 148 250 0.20 0.41 0 0.02 271.18 0.91 0.78
Hex C9 94 FA 14 29 0 2 10F 5B 4E
Octal 311 224 372 24 51 0 2 417 133 116
Binary 11001001 10010100 11111010 10100 101001 0 10 100001111 1011011 1001110

Color Harmonies of #C994FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C994FA

Black with #C994FA

Text Example


Text Example

White with #C994FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C994FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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