Html Css Color HEX #C992FD Wisteria

📋 copy color: '#C992FD'

red 201 ◦ green 146 ◦ blue 253

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

Shades of Wisteria #C992FD

Tints of Wisteria #C992FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.17%

R = 33.5%
G = 24.33%
B = 42.17%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C992FD (or 0xC992FD) is known color: Wisteria. HEX triplet: C9, 92 and FD. RGB value is (201,146,253). Sum of RGB (Red+Green+Blue) = 201+146+253=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #C992FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C992FD is #366D02. Grayscale: #AEAEAE. Windows color (decimal): -3566851 or 16618185. OLE color: 16618185.

HSL color Cylindrical-coordinate representation of color #C992FD: hue angle of 270.84º degrees, saturation: 0.96, 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 #C992FD is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 146 253 -
CMYK 0.21 0.42 0 0.01
HSL 270.84º 0.96% 0.78% -
HSV(B) 270.84º 0.42% 0.99% -
XYZ 52.1 40.07 97.92 -
YUV 174.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 201 146 253 0.21 0.42 0 0.01 270.84 0.96 0.78
Hex C9 92 FD 15 2A 0 1 10F 60 4E
Octal 311 222 375 25 52 0 1 417 140 116
Binary 11001001 10010010 11111101 10101 101010 0 1 100001111 1100000 1001110

Color Harmonies of #C992FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992FD

Black with #C992FD

Text Example


Text Example

White with #C992FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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