Html Css Color HEX #C894EB Wisteria

📋 copy color: '#C894EB'

red 200 ◦ green 148 ◦ blue 235

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

Shades of Wisteria #C894EB

Tints of Wisteria #C894EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.31%

R = 34.31%
G = 25.39%
B = 40.31%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C894EB (or 0xC894EB) is known color: Wisteria. HEX triplet: C8, 94 and EB. RGB value is (200,148,235). Sum of RGB (Red+Green+Blue) = 200+148+235=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #C894EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C894EB is #376B14. Grayscale: #ADADAD. Windows color (decimal): -3631893 or 15439048. OLE color: 15439048.

HSL color Cylindrical-coordinate representation of color #C894EB: hue angle of 275.86º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C894EB is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 148 235 -
CMYK 0.15 0.37 0 0.08
HSL 275.86º 0.69% 0.75% -
HSV(B) 275.86º 0.37% 0.92% -
XYZ 49.4 39.46 83.61 -
YUV 173.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 200 148 235 0.15 0.37 0 0.08 275.86 0.69 0.75
Hex C8 94 EB F 25 0 8 114 45 4B
Octal 310 224 353 17 45 0 10 424 105 113
Binary 11001000 10010100 11101011 1111 100101 0 1000 100010100 1000101 1001011

Color Harmonies of #C894EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C894EB

Black with #C894EB

Text Example


Text Example

White with #C894EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C894EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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