Html Css Color HEX #C892DC Wisteria

📋 copy color: '#C892DC'

red 200 ◦ green 146 ◦ blue 220

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

Shades of Wisteria #C892DC

Tints of Wisteria #C892DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 35.34%
G = 25.8%
B = 38.87%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C892DC (or 0xC892DC) is known color: Wisteria. HEX triplet: C8, 92 and DC. RGB value is (200,146,220). Sum of RGB (Red+Green+Blue) = 200+146+220=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #C892DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892DC is #376D23. Grayscale: #AAAAAA. Windows color (decimal): -3632420 or 14455496. OLE color: 14455496.

HSL color Cylindrical-coordinate representation of color #C892DC: hue angle of 283.78º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C892DC is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 146 220 -
CMYK 0.09 0.34 0 0.14
HSL 283.78º 0.51% 0.72% -
HSV(B) 283.78º 0.34% 0.86% -
XYZ 47.02 38 72.57 -
YUV 170.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 200 146 220 0.09 0.34 0 0.14 283.78 0.51 0.72
Hex C8 92 DC 9 22 0 E 11C 33 48
Octal 310 222 334 11 42 0 16 434 63 110
Binary 11001000 10010010 11011100 1001 100010 0 1110 100011100 110011 1001000

Color Harmonies of #C892DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C892DC

Black with #C892DC

Text Example


Text Example

White with #C892DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C892DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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