Html Css Color HEX #C890D5 Wisteria

📋 copy color: '#C890D5'

red 200 ◦ green 144 ◦ blue 213

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

Shades of Wisteria #C890D5

Tints of Wisteria #C890D5

RGB

 RED value IS 200 (78.52% from 255) = 35.91%

 GREEN value IS 144 (56.64% from 255) = 25.85%

 BLUE value IS 213 (83.59% from 255) = 38.24%

R = 35.91%
G = 25.85%
B = 38.24%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C890D5 (or 0xC890D5) is known color: Wisteria. HEX triplet: C8, 90 and D5. RGB value is (200,144,213). Sum of RGB (Red+Green+Blue) = 200+144+213=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #C890D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890D5 is #376F2A. Grayscale: #A8A8A8. Windows color (decimal): -3632939 or 13996232. OLE color: 13996232.

HSL color Cylindrical-coordinate representation of color #C890D5: hue angle of 288.7º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C890D5 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 144 213 -
CMYK 0.06 0.32 0 0.16
HSL 288.7º 0.45% 0.7% -
HSV(B) 288.7º 0.32% 0.84% -
XYZ 45.8 37.03 67.68 -
YUV 168.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 200 144 213 0.06 0.32 0 0.16 288.7 0.45 0.7
Hex C8 90 D5 6 20 0 10 121 2D 46
Octal 310 220 325 6 40 0 20 441 55 106
Binary 11001000 10010000 11010101 110 100000 0 10000 100100001 101101 1000110

Color Harmonies of #C890D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C890D5

Black with #C890D5

Text Example


Text Example

White with #C890D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C890D5; }

 p { color: rgb(200,144,213); }

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

background-color css

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

 a { background-color: rgb(200,144,213); }

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

border-color css

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

 span { border-color: rgb(200,144,213); }

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