Html Css Color HEX #C994FC Wisteria

📋 copy color: '#C994FC'

red 201 ◦ green 148 ◦ blue 252

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

Shades of Wisteria #C994FC

Tints of Wisteria #C994FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.93%

R = 33.44%
G = 24.63%
B = 41.93%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C994FC (or 0xC994FC) is known color: Wisteria. HEX triplet: C9, 94 and FC. RGB value is (201,148,252). Sum of RGB (Red+Green+Blue) = 201+148+252=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #C994FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C994FC is #366B03. Grayscale: #AFAFAF. Windows color (decimal): -3566340 or 16553161. OLE color: 16553161.

HSL color Cylindrical-coordinate representation of color #C994FC: hue angle of 270.58º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C994FC is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 148 252 -
CMYK 0.20 0.41 0 0.01
HSL 270.58º 0.95% 0.78% -
HSV(B) 270.58º 0.41% 0.99% -
XYZ 52.25 40.63 97.18 -
YUV 175.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 201 148 252 0.20 0.41 0 0.01 270.58 0.95 0.78
Hex C9 94 FC 14 29 0 1 10F 5F 4E
Octal 311 224 374 24 51 0 1 417 137 116
Binary 11001001 10010100 11111100 10100 101001 0 1 100001111 1011111 1001110

Color Harmonies of #C994FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C994FC

Black with #C994FC

Text Example


Text Example

White with #C994FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C994FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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