Html Css Color HEX #C993FC Wisteria

📋 copy color: '#C993FC'

red 201 ◦ green 147 ◦ blue 252

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

Shades of Wisteria #C993FC

Tints of Wisteria #C993FC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.5%

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

R = 33.5%
G = 24.5%
B = 42%

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

#C993FC (or 0xC993FC) is known color: Wisteria. HEX triplet: C9, 93 and FC. RGB value is (201,147,252). Sum of RGB (Red+Green+Blue) = 201+147+252=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #C993FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C993FC is #366C03. Grayscale: #AEAEAE. Windows color (decimal): -3566596 or 16552905. OLE color: 16552905.

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

Color convert

RGB 201 147 252 -
CMYK 0.20 0.42 0 0.01
HSL 270.86º 0.95% 0.78% -
HSV(B) 270.86º 0.42% 0.99% -
XYZ 52.09 40.31 97.13 -
YUV 175.12 171.39 146.46 -
System Red Green Blue C M Y K H S L
Decimal 201 147 252 0.20 0.42 0 0.01 270.86 0.95 0.78
Hex C9 93 FC 14 2A 0 1 10F 5F 4E
Octal 311 223 374 24 52 0 1 417 137 116
Binary 11001001 10010011 11111100 10100 101010 0 1 100001111 1011111 1001110

Color Harmonies of #C993FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C993FC

Black with #C993FC

Text Example


Text Example

White with #C993FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C993FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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