Html Css Color HEX #C985EF Wisteria

📋 copy color: '#C985EF'

red 201 ◦ green 133 ◦ blue 239

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

Shades of Wisteria #C985EF

Tints of Wisteria #C985EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.71%

R = 35.08%
G = 23.21%
B = 41.71%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C985EF (or 0xC985EF) is known color: Wisteria. HEX triplet: C9, 85 and EF. RGB value is (201,133,239). Sum of RGB (Red+Green+Blue) = 201+133+239=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #C985EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C985EF is #367A10. Grayscale: #A5A5A5. Windows color (decimal): -3570193 or 15697353. OLE color: 15697353.

HSL color Cylindrical-coordinate representation of color #C985EF: hue angle of 278.49º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C985EF is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 133 239 -
CMYK 0.16 0.44 0 0.06
HSL 278.49º 0.77% 0.73% -
HSV(B) 278.49º 0.44% 0.94% -
XYZ 48.05 35.42 85.97 -
YUV 165.42 169.53 153.38 -
System Red Green Blue C M Y K H S L
Decimal 201 133 239 0.16 0.44 0 0.06 278.49 0.77 0.73
Hex C9 85 EF 10 2C 0 6 116 4D 49
Octal 311 205 357 20 54 0 6 426 115 111
Binary 11001001 10000101 11101111 10000 101100 0 110 100010110 1001101 1001001

Color Harmonies of #C985EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985EF

Black with #C985EF

Text Example


Text Example

White with #C985EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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