Html Css Color HEX #C985DD Wisteria

📋 copy color: '#C985DD'

red 201 ◦ green 133 ◦ blue 221

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

Shades of Wisteria #C985DD

Tints of Wisteria #C985DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 36.22%
G = 23.96%
B = 39.82%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C985DD (or 0xC985DD) is known color: Wisteria. HEX triplet: C9, 85 and DD. RGB value is (201,133,221). Sum of RGB (Red+Green+Blue) = 201+133+221=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #C985DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985DD is #367A22. Grayscale: #A3A3A3. Windows color (decimal): -3570211 or 14517705. OLE color: 14517705.

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

Color convert

RGB 201 133 221 -
CMYK 0.09 0.40 0 0.13
HSL 286.36º 0.56% 0.69% -
HSV(B) 286.36º 0.4% 0.87% -
XYZ 45.53 34.41 72.65 -
YUV 163.36 160.53 154.84 -
System Red Green Blue C M Y K H S L
Decimal 201 133 221 0.09 0.40 0 0.13 286.36 0.56 0.69
Hex C9 85 DD 9 28 0 D 11E 38 45
Octal 311 205 335 11 50 0 15 436 70 105
Binary 11001001 10000101 11011101 1001 101000 0 1101 100011110 111000 1000101

Color Harmonies of #C985DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985DD

Black with #C985DD

Text Example


Text Example

White with #C985DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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