Html Css Color HEX #C985E0 Wisteria

📋 copy color: '#C985E0'

red 201 ◦ green 133 ◦ blue 224

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

Shades of Wisteria #C985E0

Tints of Wisteria #C985E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.14%

R = 36.02%
G = 23.84%
B = 40.14%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C985E0 (or 0xC985E0) is known color: Wisteria. HEX triplet: C9, 85 and E0. RGB value is (201,133,224). Sum of RGB (Red+Green+Blue) = 201+133+224=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #C985E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985E0 is #367A1F. Grayscale: #A3A3A3. Windows color (decimal): -3570208 or 14714313. OLE color: 14714313.

HSL color Cylindrical-coordinate representation of color #C985E0: hue angle of 284.84º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C985E0 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 133 224 -
CMYK 0.10 0.41 0 0.12
HSL 284.84º 0.59% 0.7% -
HSV(B) 284.84º 0.41% 0.88% -
XYZ 45.93 34.57 74.77 -
YUV 163.71 162.03 154.6 -
System Red Green Blue C M Y K H S L
Decimal 201 133 224 0.10 0.41 0 0.12 284.84 0.59 0.7
Hex C9 85 E0 A 29 0 C 11D 3B 46
Octal 311 205 340 12 51 0 14 435 73 106
Binary 11001001 10000101 11100000 1010 101001 0 1100 100011101 111011 1000110

Color Harmonies of #C985E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985E0

Black with #C985E0

Text Example


Text Example

White with #C985E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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