Html Css Color HEX #C993DA Wisteria

📋 copy color: '#C993DA'

red 201 ◦ green 147 ◦ blue 218

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

Shades of Wisteria #C993DA

Tints of Wisteria #C993DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 35.51%
G = 25.97%
B = 38.52%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C993DA (or 0xC993DA) is known color: Wisteria. HEX triplet: C9, 93 and DA. RGB value is (201,147,218). Sum of RGB (Red+Green+Blue) = 201+147+218=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #C993DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993DA is #366C25. Grayscale: #ABABAB. Windows color (decimal): -3566630 or 14324681. OLE color: 14324681.

HSL color Cylindrical-coordinate representation of color #C993DA: hue angle of 285.63º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C993DA is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 147 218 -
CMYK 0.08 0.33 0 0.15
HSL 285.63º 0.49% 0.72% -
HSV(B) 285.63º 0.33% 0.85% -
XYZ 47.18 38.35 71.24 -
YUV 171.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 201 147 218 0.08 0.33 0 0.15 285.63 0.49 0.72
Hex C9 93 DA 8 21 0 F 11E 31 48
Octal 311 223 332 10 41 0 17 436 61 110
Binary 11001001 10010011 11011010 1000 100001 0 1111 100011110 110001 1001000

Color Harmonies of #C993DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C993DA

Black with #C993DA

Text Example


Text Example

White with #C993DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C993DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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