Html Css Color HEX #C894EE Wisteria

📋 copy color: '#C894EE'

red 200 ◦ green 148 ◦ blue 238

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

Shades of Wisteria #C894EE

Tints of Wisteria #C894EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.61%

R = 34.13%
G = 25.26%
B = 40.61%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C894EE (or 0xC894EE) is known color: Wisteria. HEX triplet: C8, 94 and EE. RGB value is (200,148,238). Sum of RGB (Red+Green+Blue) = 200+148+238=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #C894EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C894EE is #376B11. Grayscale: #ADADAD. Windows color (decimal): -3631890 or 15635656. OLE color: 15635656.

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

Color convert

RGB 200 148 238 -
CMYK 0.16 0.38 0 0.07
HSL 274.67º 0.73% 0.76% -
HSV(B) 274.67º 0.38% 0.93% -
XYZ 49.84 39.63 85.91 -
YUV 173.81 164.23 146.68 -
System Red Green Blue C M Y K H S L
Decimal 200 148 238 0.16 0.38 0 0.07 274.67 0.73 0.76
Hex C8 94 EE 10 26 0 7 113 49 4C
Octal 310 224 356 20 46 0 7 423 111 114
Binary 11001000 10010100 11101110 10000 100110 0 111 100010011 1001001 1001100

Color Harmonies of #C894EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C894EE

Black with #C894EE

Text Example


Text Example

White with #C894EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C894EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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