Html Css Color HEX #C892F9 Wisteria

📋 copy color: '#C892F9'

red 200 ◦ green 146 ◦ blue 249

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

Shades of Wisteria #C892F9

Tints of Wisteria #C892F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.85%

R = 33.61%
G = 24.54%
B = 41.85%

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

#C892F9 (or 0xC892F9) is known color: Wisteria. HEX triplet: C8, 92 and F9. RGB value is (200,146,249). Sum of RGB (Red+Green+Blue) = 200+146+249=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #C892F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C892F9 is #376D06. Grayscale: #ADADAD. Windows color (decimal): -3632391 or 16356040. OLE color: 16356040.

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

Color convert

RGB 200 146 249 -
CMYK 0.20 0.41 0 0.02
HSL 271.46º 0.9% 0.77% -
HSV(B) 271.46º 0.41% 0.98% -
XYZ 51.2 39.68 94.58 -
YUV 173.89 170.39 146.62 -
System Red Green Blue C M Y K H S L
Decimal 200 146 249 0.20 0.41 0 0.02 271.46 0.9 0.77
Hex C8 92 F9 14 29 0 2 10F 5A 4D
Octal 310 222 371 24 51 0 2 417 132 115
Binary 11001000 10010010 11111001 10100 101001 0 10 100001111 1011010 1001101

Color Harmonies of #C892F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C892F9

Black with #C892F9

Text Example


Text Example

White with #C892F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C892F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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