Html Css Color HEX #C892DA Wisteria

📋 copy color: '#C892DA'

red 200 ◦ green 146 ◦ blue 218

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

Shades of Wisteria #C892DA

Tints of Wisteria #C892DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.65%

R = 35.46%
G = 25.89%
B = 38.65%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C892DA (or 0xC892DA) is known color: Wisteria. HEX triplet: C8, 92 and DA. RGB value is (200,146,218). Sum of RGB (Red+Green+Blue) = 200+146+218=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #C892DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892DA is #376D25. Grayscale: #AAAAAA. Windows color (decimal): -3632422 or 14324424. OLE color: 14324424.

HSL color Cylindrical-coordinate representation of color #C892DA: hue angle of 285º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C892DA is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 146 218 -
CMYK 0.08 0.33 0 0.15
HSL 285º 0.49% 0.71% -
HSV(B) 285º 0.33% 0.85% -
XYZ 46.75 37.9 71.18 -
YUV 170.35 154.89 149.15 -
System Red Green Blue C M Y K H S L
Decimal 200 146 218 0.08 0.33 0 0.15 285 0.49 0.71
Hex C8 92 DA 8 21 0 F 11D 31 47
Octal 310 222 332 10 41 0 17 435 61 107
Binary 11001000 10010010 11011010 1000 100001 0 1111 100011101 110001 1000111

Color Harmonies of #C892DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C892DA

Black with #C892DA

Text Example


Text Example

White with #C892DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C892DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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