Html Css Color HEX #C893D7 Wisteria

📋 copy color: '#C893D7'

red 200 ◦ green 147 ◦ blue 215

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

Shades of Wisteria #C893D7

Tints of Wisteria #C893D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.26%

R = 35.59%
G = 26.16%
B = 38.26%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C893D7 (or 0xC893D7) is known color: Wisteria. HEX triplet: C8, 93 and D7. RGB value is (200,147,215). Sum of RGB (Red+Green+Blue) = 200+147+215=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #C893D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C893D7 is #376C28. Grayscale: #AAAAAA. Windows color (decimal): -3632169 or 14128072. OLE color: 14128072.

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

Color convert

RGB 200 147 215 -
CMYK 0.07 0.32 0 0.16
HSL 286.76º 0.46% 0.71% -
HSV(B) 286.76º 0.32% 0.84% -
XYZ 46.52 38.05 69.18 -
YUV 170.6 153.06 148.97 -
System Red Green Blue C M Y K H S L
Decimal 200 147 215 0.07 0.32 0 0.16 286.76 0.46 0.71
Hex C8 93 D7 7 20 0 10 11F 2E 47
Octal 310 223 327 7 40 0 20 437 56 107
Binary 11001000 10010011 11010111 111 100000 0 10000 100011111 101110 1000111

Color Harmonies of #C893D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C893D7

Black with #C893D7

Text Example


Text Example

White with #C893D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C893D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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