Html Css Color HEX #C892E9 Wisteria

📋 copy color: '#C892E9'

red 200 ◦ green 146 ◦ blue 233

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

Shades of Wisteria #C892E9

Tints of Wisteria #C892E9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.22%

 BLUE value IS 233 (91.41% from 255) = 40.24%

R = 34.54%
G = 25.22%
B = 40.24%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C892E9 (or 0xC892E9) is known color: Wisteria. HEX triplet: C8, 92 and E9. RGB value is (200,146,233). Sum of RGB (Red+Green+Blue) = 200+146+233=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #C892E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C892E9 is #376D16. Grayscale: #ABABAB. Windows color (decimal): -3632407 or 15307464. OLE color: 15307464.

HSL color Cylindrical-coordinate representation of color #C892E9: hue angle of 277.24º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C892E9 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 200 146 233 -
CMYK 0.14 0.37 0 0.09
HSL 277.24º 0.66% 0.74% -
HSV(B) 277.24º 0.37% 0.91% -
XYZ 48.81 38.72 81.99 -
YUV 172.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 200 146 233 0.14 0.37 0 0.09 277.24 0.66 0.74
Hex C8 92 E9 E 25 0 9 115 42 4A
Octal 310 222 351 16 45 0 11 425 102 112
Binary 11001000 10010010 11101001 1110 100101 0 1001 100010101 1000010 1001010

Color Harmonies of #C892E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C892E9

Black with #C892E9

Text Example


Text Example

White with #C892E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C892E9; }

 p { color: rgb(200,146,233); }

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

background-color css

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

 a { background-color: rgb(200,146,233); }

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

border-color css

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

 span { border-color: rgb(200,146,233); }

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