Html Css Color HEX #C985DB Wisteria

📋 copy color: '#C985DB'

red 201 ◦ green 133 ◦ blue 219

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

Shades of Wisteria #C985DB

Tints of Wisteria #C985DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.05%

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

R = 36.35%
G = 24.05%
B = 39.6%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C985DB (or 0xC985DB) is known color: Wisteria. HEX triplet: C9, 85 and DB. RGB value is (201,133,219). Sum of RGB (Red+Green+Blue) = 201+133+219=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #C985DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985DB is #367A24. Grayscale: #A2A2A2. Windows color (decimal): -3570213 or 14386633. OLE color: 14386633.

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

Color convert

RGB 201 133 219 -
CMYK 0.08 0.39 0 0.14
HSL 287.44º 0.54% 0.69% -
HSV(B) 287.44º 0.39% 0.86% -
XYZ 45.26 34.31 71.25 -
YUV 163.14 159.53 155.01 -
System Red Green Blue C M Y K H S L
Decimal 201 133 219 0.08 0.39 0 0.14 287.44 0.54 0.69
Hex C9 85 DB 8 27 0 E 11F 36 45
Octal 311 205 333 10 47 0 16 437 66 105
Binary 11001001 10000101 11011011 1000 100111 0 1110 100011111 110110 1000101

Color Harmonies of #C985DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985DB

Black with #C985DB

Text Example


Text Example

White with #C985DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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