Html Css Color HEX #C894DD Wisteria

📋 copy color: '#C894DD'

red 200 ◦ green 148 ◦ blue 221

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

Shades of Wisteria #C894DD

Tints of Wisteria #C894DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 35.15%
G = 26.01%
B = 38.84%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C894DD (or 0xC894DD) is known color: Wisteria. HEX triplet: C8, 94 and DD. RGB value is (200,148,221). Sum of RGB (Red+Green+Blue) = 200+148+221=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #C894DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C894DD is #376B22. Grayscale: #ABABAB. Windows color (decimal): -3631907 or 14521544. OLE color: 14521544.

HSL color Cylindrical-coordinate representation of color #C894DD: hue angle of 282.74º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C894DD is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 148 221 -
CMYK 0.10 0.33 0 0.13
HSL 282.74º 0.52% 0.72% -
HSV(B) 282.74º 0.33% 0.87% -
XYZ 47.46 38.68 73.37 -
YUV 171.87 155.73 148.06 -
System Red Green Blue C M Y K H S L
Decimal 200 148 221 0.10 0.33 0 0.13 282.74 0.52 0.72
Hex C8 94 DD A 21 0 D 11B 34 48
Octal 310 224 335 12 41 0 15 433 64 110
Binary 11001000 10010100 11011101 1010 100001 0 1101 100011011 110100 1001000

Color Harmonies of #C894DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C894DD

Black with #C894DD

Text Example


Text Example

White with #C894DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C894DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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