Html Css Color HEX #C894DC Wisteria

📋 copy color: '#C894DC'

red 200 ◦ green 148 ◦ blue 220

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

Shades of Wisteria #C894DC

Tints of Wisteria #C894DC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.06%

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 35.21%
G = 26.06%
B = 38.73%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C894DC (or 0xC894DC) is known color: Wisteria. HEX triplet: C8, 94 and DC. RGB value is (200,148,220). Sum of RGB (Red+Green+Blue) = 200+148+220=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #C894DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C894DC is #376B23. Grayscale: #ABABAB. Windows color (decimal): -3631908 or 14456008. OLE color: 14456008.

HSL color Cylindrical-coordinate representation of color #C894DC: hue angle of 283.33º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C894DC is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 148 220 -
CMYK 0.09 0.33 0 0.14
HSL 283.33º 0.51% 0.72% -
HSV(B) 283.33º 0.33% 0.86% -
XYZ 47.33 38.63 72.67 -
YUV 171.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 200 148 220 0.09 0.33 0 0.14 283.33 0.51 0.72
Hex C8 94 DC 9 21 0 E 11B 33 48
Octal 310 224 334 11 41 0 16 433 63 110
Binary 11001000 10010100 11011100 1001 100001 0 1110 100011011 110011 1001000

Color Harmonies of #C894DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C894DC

Black with #C894DC

Text Example


Text Example

White with #C894DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C894DC; }

 p { color: rgb(200,148,220); }

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

background-color css

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

 a { background-color: rgb(200,148,220); }

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

border-color css

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

 span { border-color: rgb(200,148,220); }

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