Html Css Color HEX #C993ED Wisteria

📋 copy color: '#C993ED'

red 201 ◦ green 147 ◦ blue 237

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

Shades of Wisteria #C993ED

Tints of Wisteria #C993ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.51%

R = 34.36%
G = 25.13%
B = 40.51%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C993ED (or 0xC993ED) is known color: Wisteria. HEX triplet: C9, 93 and ED. RGB value is (201,147,237). Sum of RGB (Red+Green+Blue) = 201+147+237=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #C993ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C993ED is #366C12. Grayscale: #ADADAD. Windows color (decimal): -3566611 or 15569865. OLE color: 15569865.

HSL color Cylindrical-coordinate representation of color #C993ED: hue angle of 276º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C993ED is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 147 237 -
CMYK 0.15 0.38 0 0.07
HSL 276º 0.71% 0.75% -
HSV(B) 276º 0.38% 0.93% -
XYZ 49.81 39.4 85.1 -
YUV 173.41 163.89 147.68 -
System Red Green Blue C M Y K H S L
Decimal 201 147 237 0.15 0.38 0 0.07 276 0.71 0.75
Hex C9 93 ED F 26 0 7 114 47 4B
Octal 311 223 355 17 46 0 7 424 107 113
Binary 11001001 10010011 11101101 1111 100110 0 111 100010100 1000111 1001011

Color Harmonies of #C993ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C993ED

Black with #C993ED

Text Example


Text Example

White with #C993ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C993ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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