Html Css Color HEX #C892D7 Wisteria

📋 copy color: '#C892D7'

red 200 ◦ green 146 ◦ blue 215

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

Shades of Wisteria #C892D7

Tints of Wisteria #C892D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.32%

R = 35.65%
G = 26.02%
B = 38.32%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C892D7 (or 0xC892D7) is known color: Wisteria. HEX triplet: C8, 92 and D7. RGB value is (200,146,215). Sum of RGB (Red+Green+Blue) = 200+146+215=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #C892D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892D7 is #376D28. Grayscale: #A9A9A9. Windows color (decimal): -3632425 or 14127816. OLE color: 14127816.

HSL color Cylindrical-coordinate representation of color #C892D7: hue angle of 286.96º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C892D7 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 146 215 -
CMYK 0.07 0.32 0 0.16
HSL 286.96º 0.46% 0.71% -
HSV(B) 286.96º 0.32% 0.84% -
XYZ 46.36 37.74 69.13 -
YUV 170.01 153.39 149.39 -
System Red Green Blue C M Y K H S L
Decimal 200 146 215 0.07 0.32 0 0.16 286.96 0.46 0.71
Hex C8 92 D7 7 20 0 10 11F 2E 47
Octal 310 222 327 7 40 0 20 437 56 107
Binary 11001000 10010010 11010111 111 100000 0 10000 100011111 101110 1000111

Color Harmonies of #C892D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C892D7

Black with #C892D7

Text Example


Text Example

White with #C892D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C892D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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