Html Css Color HEX #C985DE Wisteria

📋 copy color: '#C985DE'

red 201 ◦ green 133 ◦ blue 222

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

Shades of Wisteria #C985DE

Tints of Wisteria #C985DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.93%

R = 36.15%
G = 23.92%
B = 39.93%

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

#C985DE (or 0xC985DE) is known color: Wisteria. HEX triplet: C9, 85 and DE. RGB value is (201,133,222). Sum of RGB (Red+Green+Blue) = 201+133+222=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #C985DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985DE is #367A21. Grayscale: #A3A3A3. Windows color (decimal): -3570210 or 14583241. OLE color: 14583241.

HSL color Cylindrical-coordinate representation of color #C985DE: hue angle of 285.84º degrees, saturation: 0.57, 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 #C985DE is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 133 222 -
CMYK 0.09 0.40 0 0.13
HSL 285.84º 0.57% 0.7% -
HSV(B) 285.84º 0.4% 0.87% -
XYZ 45.66 34.47 73.35 -
YUV 163.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 201 133 222 0.09 0.40 0 0.13 285.84 0.57 0.7
Hex C9 85 DE 9 28 0 D 11E 39 46
Octal 311 205 336 11 50 0 15 436 71 106
Binary 11001001 10000101 11011110 1001 101000 0 1101 100011110 111001 1000110

Color Harmonies of #C985DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985DE

Black with #C985DE

Text Example


Text Example

White with #C985DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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