Html Css Color HEX #C99DD4 Wisteria

📋 copy color: '#C99DD4'

red 201 ◦ green 157 ◦ blue 212

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

Shades of Wisteria #C99DD4

Tints of Wisteria #C99DD4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.54%

 BLUE value IS 212 (83.2% from 255) = 37.19%

R = 35.26%
G = 27.54%
B = 37.19%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C99DD4 (or 0xC99DD4) is known color: Wisteria. HEX triplet: C9, 9D and D4. RGB value is (201,157,212). Sum of RGB (Red+Green+Blue) = 201+157+212=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 212 - color contains mainly: blue. Hex color #C99DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DD4 is #36622B. Grayscale: #B0B0B0. Windows color (decimal): -3564076 or 13934025. OLE color: 13934025.

HSL color Cylindrical-coordinate representation of color #C99DD4: hue angle of 288º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C99DD4 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 157 212 -
CMYK 0.05 0.26 0 0.17
HSL 288º 0.39% 0.72% -
HSV(B) 288º 0.26% 0.83% -
XYZ 48.03 41.28 67.72 -
YUV 176.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 201 157 212 0.05 0.26 0 0.17 288 0.39 0.72
Hex C9 9D D4 5 1A 0 11 120 27 48
Octal 311 235 324 5 32 0 21 440 47 110
Binary 11001001 10011101 11010100 101 11010 0 10001 100100000 100111 1001000

Color Harmonies of #C99DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99DD4

Black with #C99DD4

Text Example


Text Example

White with #C99DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99DD4; }

 p { color: rgb(201,157,212); }

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

background-color css

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

 a { background-color: rgb(201,157,212); }

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

border-color css

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

 span { border-color: rgb(201,157,212); }

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