Html Css Color HEX #C894DA Wisteria

📋 copy color: '#C894DA'

red 200 ◦ green 148 ◦ blue 218

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

Shades of Wisteria #C894DA

Tints of Wisteria #C894DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 35.34%
G = 26.15%
B = 38.52%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C894DA (or 0xC894DA) is known color: Wisteria. HEX triplet: C8, 94 and DA. RGB value is (200,148,218). Sum of RGB (Red+Green+Blue) = 200+148+218=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #C894DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C894DA is #376B25. Grayscale: #ABABAB. Windows color (decimal): -3631910 or 14324936. OLE color: 14324936.

HSL color Cylindrical-coordinate representation of color #C894DA: hue angle of 284.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C894DA is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 148 218 -
CMYK 0.08 0.32 0 0.15
HSL 284.57º 0.49% 0.72% -
HSV(B) 284.57º 0.32% 0.85% -
XYZ 47.06 38.52 71.28 -
YUV 171.53 154.23 148.31 -
System Red Green Blue C M Y K H S L
Decimal 200 148 218 0.08 0.32 0 0.15 284.57 0.49 0.72
Hex C8 94 DA 8 20 0 F 11D 31 48
Octal 310 224 332 10 40 0 17 435 61 110
Binary 11001000 10010100 11011010 1000 100000 0 1111 100011101 110001 1001000

Color Harmonies of #C894DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C894DA

Black with #C894DA

Text Example


Text Example

White with #C894DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C894DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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