Html Css Color HEX #C985EB Wisteria

📋 copy color: '#C985EB'

red 201 ◦ green 133 ◦ blue 235

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

Shades of Wisteria #C985EB

Tints of Wisteria #C985EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.3%

R = 35.33%
G = 23.37%
B = 41.3%

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

#C985EB (or 0xC985EB) is known color: Wisteria. HEX triplet: C9, 85 and EB. RGB value is (201,133,235). Sum of RGB (Red+Green+Blue) = 201+133+235=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #C985EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C985EB is #367A14. Grayscale: #A4A4A4. Windows color (decimal): -3570197 or 15435209. OLE color: 15435209.

HSL color Cylindrical-coordinate representation of color #C985EB: hue angle of 280º degrees, saturation: 0.72, 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 #C985EB is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 133 235 -
CMYK 0.14 0.43 0 0.08
HSL 280º 0.72% 0.72% -
HSV(B) 280º 0.43% 0.92% -
XYZ 47.47 35.19 82.89 -
YUV 164.96 167.53 153.71 -
System Red Green Blue C M Y K H S L
Decimal 201 133 235 0.14 0.43 0 0.08 280 0.72 0.72
Hex C9 85 EB E 2B 0 8 118 48 48
Octal 311 205 353 16 53 0 10 430 110 110
Binary 11001001 10000101 11101011 1110 101011 0 1000 100011000 1001000 1001000

Color Harmonies of #C985EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985EB

Black with #C985EB

Text Example


Text Example

White with #C985EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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