Html Css Color HEX #C894EF Wisteria

📋 copy color: '#C894EF'

red 200 ◦ green 148 ◦ blue 239

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

Shades of Wisteria #C894EF

Tints of Wisteria #C894EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.72%

R = 34.07%
G = 25.21%
B = 40.72%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C894EF (or 0xC894EF) is known color: Wisteria. HEX triplet: C8, 94 and EF. RGB value is (200,148,239). Sum of RGB (Red+Green+Blue) = 200+148+239=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #C894EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C894EF is #376B10. Grayscale: #ADADAD. Windows color (decimal): -3631889 or 15701192. OLE color: 15701192.

HSL color Cylindrical-coordinate representation of color #C894EF: hue angle of 274.29º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C894EF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 148 239 -
CMYK 0.16 0.38 0 0.06
HSL 274.29º 0.74% 0.76% -
HSV(B) 274.29º 0.38% 0.94% -
XYZ 49.99 39.69 86.69 -
YUV 173.92 164.73 146.6 -
System Red Green Blue C M Y K H S L
Decimal 200 148 239 0.16 0.38 0 0.06 274.29 0.74 0.76
Hex C8 94 EF 10 26 0 6 112 4A 4C
Octal 310 224 357 20 46 0 6 422 112 114
Binary 11001000 10010100 11101111 10000 100110 0 110 100010010 1001010 1001100

Color Harmonies of #C894EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C894EF

Black with #C894EF

Text Example


Text Example

White with #C894EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C894EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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