Html Css Color HEX #C893EA Wisteria

📋 copy color: '#C893EA'

red 200 ◦ green 147 ◦ blue 234

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

Shades of Wisteria #C893EA

Tints of Wisteria #C893EA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.3%

 BLUE value IS 234 (91.8% from 255) = 40.28%

R = 34.42%
G = 25.3%
B = 40.28%

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

#C893EA (or 0xC893EA) is known color: Wisteria. HEX triplet: C8, 93 and EA. RGB value is (200,147,234). Sum of RGB (Red+Green+Blue) = 200+147+234=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #C893EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C893EA is #376C15. Grayscale: #ACACAC. Windows color (decimal): -3632150 or 15373256. OLE color: 15373256.

HSL color Cylindrical-coordinate representation of color #C893EA: hue angle of 276.55º degrees, saturation: 0.67, 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 #C893EA is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 147 234 -
CMYK 0.15 0.37 0 0.08
HSL 276.55º 0.67% 0.75% -
HSV(B) 276.55º 0.37% 0.92% -
XYZ 49.1 39.09 82.8 -
YUV 172.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 200 147 234 0.15 0.37 0 0.08 276.55 0.67 0.75
Hex C8 93 EA F 25 0 8 115 43 4B
Octal 310 223 352 17 45 0 10 425 103 113
Binary 11001000 10010011 11101010 1111 100101 0 1000 100010101 1000011 1001011

Color Harmonies of #C893EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C893EA

Black with #C893EA

Text Example


Text Example

White with #C893EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C893EA; }

 p { color: rgb(200,147,234); }

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

background-color css

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

 a { background-color: rgb(200,147,234); }

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

border-color css

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

 span { border-color: rgb(200,147,234); }

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