Html Css Color HEX #C992FC Wisteria

📋 copy color: '#C992FC'

red 201 ◦ green 146 ◦ blue 252

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

Shades of Wisteria #C992FC

Tints of Wisteria #C992FC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.37%

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

R = 33.56%
G = 24.37%
B = 42.07%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C992FC (or 0xC992FC) is known color: Wisteria. HEX triplet: C9, 92 and FC. RGB value is (201,146,252). Sum of RGB (Red+Green+Blue) = 201+146+252=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #C992FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C992FC is #366D03. Grayscale: #AEAEAE. Windows color (decimal): -3566852 or 16552649. OLE color: 16552649.

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

Color convert

RGB 201 146 252 -
CMYK 0.20 0.42 0 0.01
HSL 271.13º 0.95% 0.78% -
HSV(B) 271.13º 0.42% 0.99% -
XYZ 51.94 40 97.08 -
YUV 174.53 171.72 146.88 -
System Red Green Blue C M Y K H S L
Decimal 201 146 252 0.20 0.42 0 0.01 271.13 0.95 0.78
Hex C9 92 FC 14 2A 0 1 10F 5F 4E
Octal 311 222 374 24 52 0 1 417 137 116
Binary 11001001 10010010 11111100 10100 101010 0 1 100001111 1011111 1001110

Color Harmonies of #C992FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992FC

Black with #C992FC

Text Example


Text Example

White with #C992FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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