Html Css Color HEX #C993DC Wisteria

📋 copy color: '#C993DC'

red 201 ◦ green 147 ◦ blue 220

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

Shades of Wisteria #C993DC

Tints of Wisteria #C993DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 35.39%
G = 25.88%
B = 38.73%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C993DC (or 0xC993DC) is known color: Wisteria. HEX triplet: C9, 93 and DC. RGB value is (201,147,220). Sum of RGB (Red+Green+Blue) = 201+147+220=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #C993DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993DC is #366C23. Grayscale: #ABABAB. Windows color (decimal): -3566628 or 14455753. OLE color: 14455753.

HSL color Cylindrical-coordinate representation of color #C993DC: hue angle of 284.38º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C993DC is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 147 220 -
CMYK 0.09 0.33 0 0.14
HSL 284.38º 0.51% 0.72% -
HSV(B) 284.38º 0.33% 0.86% -
XYZ 47.44 38.45 72.63 -
YUV 171.47 155.39 149.06 -
System Red Green Blue C M Y K H S L
Decimal 201 147 220 0.09 0.33 0 0.14 284.38 0.51 0.72
Hex C9 93 DC 9 21 0 E 11C 33 48
Octal 311 223 334 11 41 0 16 434 63 110
Binary 11001001 10010011 11011100 1001 100001 0 1110 100011100 110011 1001000

Color Harmonies of #C993DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C993DC

Black with #C993DC

Text Example


Text Example

White with #C993DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C993DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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