Html Css Color HEX #C999DE Wisteria

📋 copy color: '#C999DE'

red 201 ◦ green 153 ◦ blue 222

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

Shades of Wisteria #C999DE

Tints of Wisteria #C999DE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.56%

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

R = 34.9%
G = 26.56%
B = 38.54%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C999DE (or 0xC999DE) is known color: Wisteria. HEX triplet: C9, 99 and DE. RGB value is (201,153,222). Sum of RGB (Red+Green+Blue) = 201+153+222=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #C999DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999DE is #366621. Grayscale: #AEAEAE. Windows color (decimal): -3565090 or 14588361. OLE color: 14588361.

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

Color convert

RGB 201 153 222 -
CMYK 0.09 0.31 0 0.13
HSL 281.74º 0.51% 0.74% -
HSV(B) 281.74º 0.31% 0.87% -
XYZ 48.66 40.47 74.35 -
YUV 175.22 154.4 146.39 -
System Red Green Blue C M Y K H S L
Decimal 201 153 222 0.09 0.31 0 0.13 281.74 0.51 0.74
Hex C9 99 DE 9 1F 0 D 11A 33 4A
Octal 311 231 336 11 37 0 15 432 63 112
Binary 11001001 10011001 11011110 1001 11111 0 1101 100011010 110011 1001010

Color Harmonies of #C999DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C999DE

Black with #C999DE

Text Example


Text Example

White with #C999DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C999DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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