Html Css Color HEX #C892FB Wisteria

📋 copy color: '#C892FB'

red 200 ◦ green 146 ◦ blue 251

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

Shades of Wisteria #C892FB

Tints of Wisteria #C892FB

RGB

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

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

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

R = 33.5%
G = 24.46%
B = 42.04%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C892FB (or 0xC892FB) is known color: Wisteria. HEX triplet: C8, 92 and FB. RGB value is (200,146,251). Sum of RGB (Red+Green+Blue) = 200+146+251=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #C892FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C892FB is #376D04. Grayscale: #ADADAD. Windows color (decimal): -3632389 or 16487112. OLE color: 16487112.

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

Color convert

RGB 200 146 251 -
CMYK 0.20 0.42 0 0.02
HSL 270.86º 0.93% 0.78% -
HSV(B) 270.86º 0.42% 0.98% -
XYZ 51.51 39.8 96.23 -
YUV 174.12 171.39 146.46 -
System Red Green Blue C M Y K H S L
Decimal 200 146 251 0.20 0.42 0 0.02 270.86 0.93 0.78
Hex C8 92 FB 14 2A 0 2 10F 5D 4E
Octal 310 222 373 24 52 0 2 417 135 116
Binary 11001000 10010010 11111011 10100 101010 0 10 100001111 1011101 1001110

Color Harmonies of #C892FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C892FB

Black with #C892FB

Text Example


Text Example

White with #C892FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C892FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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