Html Css Color HEX #C985EA Wisteria

📋 copy color: '#C985EA'

red 201 ◦ green 133 ◦ blue 234

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

Shades of Wisteria #C985EA

Tints of Wisteria #C985EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 35.39%
G = 23.42%
B = 41.2%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C985EA (or 0xC985EA) is known color: Wisteria. HEX triplet: C9, 85 and EA. RGB value is (201,133,234). Sum of RGB (Red+Green+Blue) = 201+133+234=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #C985EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C985EA is #367A15. Grayscale: #A4A4A4. Windows color (decimal): -3570198 or 15369673. OLE color: 15369673.

HSL color Cylindrical-coordinate representation of color #C985EA: hue angle of 280.4º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C985EA is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 133 234 -
CMYK 0.14 0.43 0 0.08
HSL 280.4º 0.71% 0.72% -
HSV(B) 280.4º 0.43% 0.92% -
XYZ 47.33 35.13 82.13 -
YUV 164.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 201 133 234 0.14 0.43 0 0.08 280.4 0.71 0.72
Hex C9 85 EA E 2B 0 8 118 47 48
Octal 311 205 352 16 53 0 10 430 107 110
Binary 11001001 10000101 11101010 1110 101011 0 1000 100011000 1000111 1001000

Color Harmonies of #C985EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985EA

Black with #C985EA

Text Example


Text Example

White with #C985EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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