Html Css Color HEX #C893FB Wisteria

📋 copy color: '#C893FB'

red 200 ◦ green 147 ◦ blue 251

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

Shades of Wisteria #C893FB

Tints of Wisteria #C893FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.97%

R = 33.44%
G = 24.58%
B = 41.97%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C893FB (or 0xC893FB) is known color: Wisteria. HEX triplet: C8, 93 and FB. RGB value is (200,147,251). Sum of RGB (Red+Green+Blue) = 200+147+251=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #C893FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C893FB is #376C04. Grayscale: #AEAEAE. Windows color (decimal): -3632133 or 16487368. OLE color: 16487368.

HSL color Cylindrical-coordinate representation of color #C893FB: hue angle of 270.58º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C893FB is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 147 251 -
CMYK 0.20 0.41 0 0.02
HSL 270.58º 0.93% 0.78% -
HSV(B) 270.58º 0.41% 0.98% -
XYZ 51.67 40.11 96.29 -
YUV 174.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 200 147 251 0.20 0.41 0 0.02 270.58 0.93 0.78
Hex C8 93 FB 14 29 0 2 10F 5D 4E
Octal 310 223 373 24 51 0 2 417 135 116
Binary 11001000 10010011 11111011 10100 101001 0 10 100001111 1011101 1001110

Color Harmonies of #C893FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C893FB

Black with #C893FB

Text Example


Text Example

White with #C893FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C893FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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