Html Css Color HEX #C792DC Wisteria

📋 copy color: '#C792DC'

red 199 ◦ green 146 ◦ blue 220

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

Shades of Wisteria #C792DC

Tints of Wisteria #C792DC

RGB

 RED value IS 199 (78.13% from 255) = 35.22%

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

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

R = 35.22%
G = 25.84%
B = 38.94%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C792DC (or 0xC792DC) is known color: Wisteria. HEX triplet: C7, 92 and DC. RGB value is (199,146,220). Sum of RGB (Red+Green+Blue) = 199+146+220=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #C792DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C792DC is #386D23. Grayscale: #AAAAAA. Windows color (decimal): -3697956 or 14455495. OLE color: 14455495.

HSL color Cylindrical-coordinate representation of color #C792DC: hue angle of 282.97º 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 #C792DC is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 146 220 -
CMYK 0.10 0.34 0 0.14
HSL 282.97º 0.51% 0.72% -
HSV(B) 282.97º 0.34% 0.86% -
XYZ 46.75 37.87 72.56 -
YUV 170.28 156.06 148.48 -
System Red Green Blue C M Y K H S L
Decimal 199 146 220 0.10 0.34 0 0.14 282.97 0.51 0.72
Hex C7 92 DC A 22 0 E 11B 33 48
Octal 307 222 334 12 42 0 16 433 63 110
Binary 11000111 10010010 11011100 1010 100010 0 1110 100011011 110011 1001000

Color Harmonies of #C792DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C792DC

Black with #C792DC

Text Example


Text Example

White with #C792DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C792DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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