Html Css Color HEX #C993EF Wisteria

📋 copy color: '#C993EF'

red 201 ◦ green 147 ◦ blue 239

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

Shades of Wisteria #C993EF

Tints of Wisteria #C993EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.72%

R = 34.24%
G = 25.04%
B = 40.72%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C993EF (or 0xC993EF) is known color: Wisteria. HEX triplet: C9, 93 and EF. RGB value is (201,147,239). Sum of RGB (Red+Green+Blue) = 201+147+239=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #C993EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C993EF is #366C10. Grayscale: #ADADAD. Windows color (decimal): -3566609 or 15700937. OLE color: 15700937.

HSL color Cylindrical-coordinate representation of color #C993EF: hue angle of 275.22º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C993EF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 147 239 -
CMYK 0.16 0.38 0 0.06
HSL 275.22º 0.74% 0.76% -
HSV(B) 275.22º 0.38% 0.94% -
XYZ 50.1 39.52 86.65 -
YUV 173.63 164.89 147.52 -
System Red Green Blue C M Y K H S L
Decimal 201 147 239 0.16 0.38 0 0.06 275.22 0.74 0.76
Hex C9 93 EF 10 26 0 6 113 4A 4C
Octal 311 223 357 20 46 0 6 423 112 114
Binary 11001001 10010011 11101111 10000 100110 0 110 100010011 1001010 1001100

Color Harmonies of #C993EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C993EF

Black with #C993EF

Text Example


Text Example

White with #C993EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C993EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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