Html Css Color HEX #C985E8 Wisteria

📋 copy color: '#C985E8'

red 201 ◦ green 133 ◦ blue 232

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

Shades of Wisteria #C985E8

Tints of Wisteria #C985E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.99%

R = 35.51%
G = 23.5%
B = 40.99%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C985E8 (or 0xC985E8) is known color: Wisteria. HEX triplet: C9, 85 and E8. RGB value is (201,133,232). Sum of RGB (Red+Green+Blue) = 201+133+232=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 232 (91.02% from 255 or 40.99% from 566); Max value from RGB is 232 - color contains mainly: blue. Hex color #C985E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C985E8 is #367A17. Grayscale: #A4A4A4. Windows color (decimal): -3570200 or 15238601. OLE color: 15238601.

HSL color Cylindrical-coordinate representation of color #C985E8: hue angle of 281.21º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C985E8 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 133 232 -
CMYK 0.13 0.43 0 0.09
HSL 281.21º 0.68% 0.72% -
HSV(B) 281.21º 0.43% 0.91% -
XYZ 47.04 35.02 80.62 -
YUV 164.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 201 133 232 0.13 0.43 0 0.09 281.21 0.68 0.72
Hex C9 85 E8 D 2B 0 9 119 44 48
Octal 311 205 350 15 53 0 11 431 104 110
Binary 11001001 10000101 11101000 1101 101011 0 1001 100011001 1000100 1001000

Color Harmonies of #C985E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985E8

Black with #C985E8

Text Example


Text Example

White with #C985E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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