Html Css Color HEX #C993D7 Wisteria

📋 copy color: '#C993D7'

red 201 ◦ green 147 ◦ blue 215

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

Shades of Wisteria #C993D7

Tints of Wisteria #C993D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.19%

R = 35.7%
G = 26.11%
B = 38.19%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C993D7 (or 0xC993D7) is known color: Wisteria. HEX triplet: C9, 93 and D7. RGB value is (201,147,215). Sum of RGB (Red+Green+Blue) = 201+147+215=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #C993D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993D7 is #366C28. Grayscale: #AAAAAA. Windows color (decimal): -3566633 or 14128073. OLE color: 14128073.

HSL color Cylindrical-coordinate representation of color #C993D7: hue angle of 287.65º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C993D7 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 147 215 -
CMYK 0.07 0.32 0 0.16
HSL 287.65º 0.46% 0.71% -
HSV(B) 287.65º 0.32% 0.84% -
XYZ 46.79 38.19 69.2 -
YUV 170.9 152.89 149.47 -
System Red Green Blue C M Y K H S L
Decimal 201 147 215 0.07 0.32 0 0.16 287.65 0.46 0.71
Hex C9 93 D7 7 20 0 10 120 2E 47
Octal 311 223 327 7 40 0 20 440 56 107
Binary 11001001 10010011 11010111 111 100000 0 10000 100100000 101110 1000111

Color Harmonies of #C993D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C993D7

Black with #C993D7

Text Example


Text Example

White with #C993D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C993D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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