Html Css Color HEX #C985DF Wisteria

📋 copy color: '#C985DF'

red 201 ◦ green 133 ◦ blue 223

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

Shades of Wisteria #C985DF

Tints of Wisteria #C985DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 36.09%
G = 23.88%
B = 40.04%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C985DF (or 0xC985DF) is known color: Wisteria. HEX triplet: C9, 85 and DF. RGB value is (201,133,223). Sum of RGB (Red+Green+Blue) = 201+133+223=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #C985DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985DF is #367A20. Grayscale: #A3A3A3. Windows color (decimal): -3570209 or 14648777. OLE color: 14648777.

HSL color Cylindrical-coordinate representation of color #C985DF: hue angle of 285.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C985DF is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 133 223 -
CMYK 0.10 0.40 0 0.13
HSL 285.33º 0.58% 0.7% -
HSV(B) 285.33º 0.4% 0.87% -
XYZ 45.79 34.52 74.06 -
YUV 163.59 161.53 154.68 -
System Red Green Blue C M Y K H S L
Decimal 201 133 223 0.10 0.40 0 0.13 285.33 0.58 0.7
Hex C9 85 DF A 28 0 D 11D 3A 46
Octal 311 205 337 12 50 0 15 435 72 106
Binary 11001001 10000101 11011111 1010 101000 0 1101 100011101 111010 1000110

Color Harmonies of #C985DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985DF

Black with #C985DF

Text Example


Text Example

White with #C985DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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