Html Css Color HEX #C892DF Wisteria

📋 copy color: '#C892DF'

red 200 ◦ green 146 ◦ blue 223

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

Shades of Wisteria #C892DF

Tints of Wisteria #C892DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 35.15%
G = 25.66%
B = 39.19%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C892DF (or 0xC892DF) is known color: Wisteria. HEX triplet: C8, 92 and DF. RGB value is (200,146,223). Sum of RGB (Red+Green+Blue) = 200+146+223=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #C892DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892DF is #376D20. Grayscale: #AAAAAA. Windows color (decimal): -3632417 or 14652104. OLE color: 14652104.

HSL color Cylindrical-coordinate representation of color #C892DF: hue angle of 282.08º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C892DF is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 146 223 -
CMYK 0.10 0.35 0 0.13
HSL 282.08º 0.55% 0.72% -
HSV(B) 282.08º 0.35% 0.87% -
XYZ 47.42 38.16 74.68 -
YUV 170.92 157.39 148.74 -
System Red Green Blue C M Y K H S L
Decimal 200 146 223 0.10 0.35 0 0.13 282.08 0.55 0.72
Hex C8 92 DF A 23 0 D 11A 37 48
Octal 310 222 337 12 43 0 15 432 67 110
Binary 11001000 10010010 11011111 1010 100011 0 1101 100011010 110111 1001000

Color Harmonies of #C892DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C892DF

Black with #C892DF

Text Example


Text Example

White with #C892DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C892DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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