Html Css Color HEX #C792D6 Wisteria

📋 copy color: '#C792D6'

red 199 ◦ green 146 ◦ blue 214

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

Shades of Wisteria #C792D6

Tints of Wisteria #C792D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.28%

R = 35.6%
G = 26.12%
B = 38.28%

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

#C792D6 (or 0xC792D6) is known color: Wisteria. HEX triplet: C7, 92 and D6. RGB value is (199,146,214). Sum of RGB (Red+Green+Blue) = 199+146+214=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #C792D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C792D6 is #386D29. Grayscale: #A9A9A9. Windows color (decimal): -3697962 or 14062279. OLE color: 14062279.

HSL color Cylindrical-coordinate representation of color #C792D6: hue angle of 286.76º degrees, saturation: 0.45, 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 #C792D6 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 146 214 -
CMYK 0.07 0.32 0 0.16
HSL 286.76º 0.45% 0.71% -
HSV(B) 286.76º 0.32% 0.84% -
XYZ 45.97 37.55 68.44 -
YUV 169.6 153.06 148.97 -
System Red Green Blue C M Y K H S L
Decimal 199 146 214 0.07 0.32 0 0.16 286.76 0.45 0.71
Hex C7 92 D6 7 20 0 10 11F 2D 47
Octal 307 222 326 7 40 0 20 437 55 107
Binary 11000111 10010010 11010110 111 100000 0 10000 100011111 101101 1000111

Color Harmonies of #C792D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C792D6

Black with #C792D6

Text Example


Text Example

White with #C792D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C792D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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