Html Css Color HEX #C995DB Wisteria

📋 copy color: '#C995DB'

red 201 ◦ green 149 ◦ blue 219

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

Shades of Wisteria #C995DB

Tints of Wisteria #C995DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.19%

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 35.33%
G = 26.19%
B = 38.49%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C995DB (or 0xC995DB) is known color: Wisteria. HEX triplet: C9, 95 and DB. RGB value is (201,149,219). Sum of RGB (Red+Green+Blue) = 201+149+219=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #C995DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995DB is #366A24. Grayscale: #ACACAC. Windows color (decimal): -3566117 or 14390729. OLE color: 14390729.

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

Color convert

RGB 201 149 219 -
CMYK 0.08 0.32 0 0.14
HSL 284.57º 0.49% 0.72% -
HSV(B) 284.57º 0.32% 0.86% -
XYZ 47.62 39.03 72.04 -
YUV 172.53 154.23 148.31 -
System Red Green Blue C M Y K H S L
Decimal 201 149 219 0.08 0.32 0 0.14 284.57 0.49 0.72
Hex C9 95 DB 8 20 0 E 11D 31 48
Octal 311 225 333 10 40 0 16 435 61 110
Binary 11001001 10010101 11011011 1000 100000 0 1110 100011101 110001 1001000

Color Harmonies of #C995DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995DB

Black with #C995DB

Text Example


Text Example

White with #C995DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995DB; }

 p { color: rgb(201,149,219); }

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

background-color css

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

 a { background-color: rgb(201,149,219); }

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

border-color css

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

 span { border-color: rgb(201,149,219); }

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