Html Css Color HEX #C893D5 Wisteria

📋 copy color: '#C893D5'

red 200 ◦ green 147 ◦ blue 213

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

Shades of Wisteria #C893D5

Tints of Wisteria #C893D5

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.25%

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

R = 35.71%
G = 26.25%
B = 38.04%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C893D5 (or 0xC893D5) is known color: Wisteria. HEX triplet: C8, 93 and D5. RGB value is (200,147,213). Sum of RGB (Red+Green+Blue) = 200+147+213=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #C893D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C893D5 is #376C2A. Grayscale: #AAAAAA. Windows color (decimal): -3632171 or 13997000. OLE color: 13997000.

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

Color convert

RGB 200 147 213 -
CMYK 0.06 0.31 0 0.16
HSL 288.18º 0.44% 0.71% -
HSV(B) 288.18º 0.31% 0.84% -
XYZ 46.26 37.95 67.84 -
YUV 170.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 200 147 213 0.06 0.31 0 0.16 288.18 0.44 0.71
Hex C8 93 D5 6 1F 0 10 120 2C 47
Octal 310 223 325 6 37 0 20 440 54 107
Binary 11001000 10010011 11010101 110 11111 0 10000 100100000 101100 1000111

Color Harmonies of #C893D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C893D5

Black with #C893D5

Text Example


Text Example

White with #C893D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C893D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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