Html Css Color HEX #C993DE Wisteria

📋 copy color: '#C993DE'

red 201 ◦ green 147 ◦ blue 222

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

Shades of Wisteria #C993DE

Tints of Wisteria #C993DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 35.26%
G = 25.79%
B = 38.95%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C993DE (or 0xC993DE) is known color: Wisteria. HEX triplet: C9, 93 and DE. RGB value is (201,147,222). Sum of RGB (Red+Green+Blue) = 201+147+222=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #C993DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993DE is #366C21. Grayscale: #ABABAB. Windows color (decimal): -3566626 or 14586825. OLE color: 14586825.

HSL color Cylindrical-coordinate representation of color #C993DE: hue angle of 283.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C993DE is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 147 222 -
CMYK 0.09 0.34 0 0.13
HSL 283.2º 0.53% 0.72% -
HSV(B) 283.2º 0.34% 0.87% -
XYZ 47.71 38.56 74.04 -
YUV 171.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 201 147 222 0.09 0.34 0 0.13 283.2 0.53 0.72
Hex C9 93 DE 9 22 0 D 11B 35 48
Octal 311 223 336 11 42 0 15 433 65 110
Binary 11001001 10010011 11011110 1001 100010 0 1101 100011011 110101 1001000

Color Harmonies of #C993DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C993DE

Black with #C993DE

Text Example


Text Example

White with #C993DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C993DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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